#9EE4FA

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

Shades of Columbia Blue #9EE4FA

Tints of Columbia Blue #9EE4FA

Color information

#9EE4FA (or 0x9EE4FA) is unknown color: approx Columbia Blue. HEX triplet: 9E, E4 and FA. RGB value is (158,228,250). Sum of RGB (Red+Green+Blue) = 158+228+250=636 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.84% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EE4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE4FA is #611B05. Grayscale: #D1D1D1. Windows color (decimal): -6363910 or 16442526. OLE color: 16442526.

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

Color convert

RGB158228250-
CMYK0.370.0900.02
HSL194.35º90.2%80%-
HSV(B)194.35º36.8%98.04%-
XYZ59.169.66100.77-
YUV209.58150.8191.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.84%
GREEN value IS 228 (89.45% from 255) = 35.85%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=24.84%
G=35.85%
B=39.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582282500.370.0900.02194.3590.280
Hex9EE4FA25902c25a50
Octal236344372451102302132120
Binary10011110111001001111101010010110010101100001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,228,250); }

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

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

 a { background-color: rgb(158,228,250); }

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

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

 span { border-color: rgb(158,228,250); }

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