#9EE6FA

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

Shades of Columbia Blue #9EE6FA

Tints of Columbia Blue #9EE6FA

Color information

#9EE6FA (or 0x9EE6FA) is unknown color: approx Columbia Blue. HEX triplet: 9E, E6 and FA. RGB value is (158,230,250). Sum of RGB (Red+Green+Blue) = 158+230+250=638 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.76% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EE6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EE6FA is #611905. Grayscale: #D2D2D2. Windows color (decimal): -6363398 or 16443038. OLE color: 16443038.

HSL color Cylindrical-coordinate representation of color #9EE6FA: hue angle of 193.04º 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 #9EE6FA is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158230250-
CMYK0.370.0800.02
HSL193.04º90.2%80%-
HSV(B)193.04º36.8%98.04%-
XYZ59.6570.76100.96-
YUV210.75150.1590.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.76%
GREEN value IS 230 (90.23% from 255) = 36.05%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=24.76%
G=36.05%
B=39.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582302500.370.0800.02193.0490.280
Hex9EE6FA25802c15a50
Octal236346372451002301132120
Binary10011110111001101111101010010110000101100000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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