#9EE2FA

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

Shades of Columbia Blue #9EE2FA

Tints of Columbia Blue #9EE2FA

Color information

#9EE2FA (or 0x9EE2FA) is unknown color: approx Columbia Blue. HEX triplet: 9E, E2 and FA. RGB value is (158,226,250). Sum of RGB (Red+Green+Blue) = 158+226+250=634 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.92% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EE2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE2FA is #611D05. Grayscale: #D0D0D0. Windows color (decimal): -6364422 or 16442014. OLE color: 16442014.

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

Color convert

RGB158226250-
CMYK0.370.1000.02
HSL195.65º90.2%80%-
HSV(B)195.65º36.8%98.04%-
XYZ58.5568.56100.59-
YUV208.4151.4792.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.92%
GREEN value IS 226 (88.67% from 255) = 35.65%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=24.92%
G=35.65%
B=39.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582262500.370.1000.02195.6590.280
Hex9EE2FA25A02c45a50
Octal236342372451202304132120
Binary10011110111000101111101010010110100101100010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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