#9AE3FA

Color #9AE3FA Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #9AE3FA

Tints of Columbia Blue #9AE3FA

Color information

#9AE3FA (or 0x9AE3FA) is unknown color: approx Columbia Blue. HEX triplet: 9A, E3 and FA. RGB value is (154,227,250). Sum of RGB (Red+Green+Blue) = 154+227+250=631 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.41% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AE3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE3FA is #651C05. Grayscale: #CFCFCF. Windows color (decimal): -6626310 or 16442266. OLE color: 16442266.

HSL color Cylindrical-coordinate representation of color #9AE3FA: hue angle of 194.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AE3FA is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154227250-
CMYK0.380.0900.02
HSL194.38º90.57%79.22%-
HSV(B)194.38º38.4%98.04%-
XYZ58.0568.71100.65-
YUV207.8151.8289.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 24.41%
GREEN value IS 227 (89.06% from 255) = 35.97%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=24.41%
G=35.97%
B=39.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542272500.380.0900.02194.3890.5779.22
Hex9AE3FA26902c25b4f
Octal232343372461102302133117
Binary10011010111000111111101010011010010101100001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AE3FA; }

 p { color: rgb(154,227,250); }

 H1.HeaderClassName
 {
   color: #9AE3FA;
 }
 .AnyTagClassName
 {
   color: #9AE3FA;
 }
</style>
background-color css

<style>
 a { background-color: #9AE3FA; }

 a { background-color: rgb(154,227,250); }

 div.DivClassName
 {
   background-color: #9AE3FA;
 }
 .BgClassName
 {
   background-color: #9AE3FA;
 }
</style>
border-color css

<style>
 span { border-color: #9AE3FA; }

 span { border-color: rgb(154,227,250); }

 td.TdClassName
 {
   border-color: #9AE3FA;
 }
 .TagClassName
 {
   border-color: #9AE3FA;
 }
</style>