#9EDFF9

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

Shades of Columbia Blue #9EDFF9

Tints of Columbia Blue #9EDFF9

Color information

#9EDFF9 (or 0x9EDFF9) is unknown color: approx Columbia Blue. HEX triplet: 9E, DF and F9. RGB value is (158,223,249). Sum of RGB (Red+Green+Blue) = 158+223+249=630 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.08% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #9EDFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDFF9 is #612006. Grayscale: #CECECE. Windows color (decimal): -6365191 or 16375710. OLE color: 16375710.

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

Color convert

RGB158223249-
CMYK0.370.1000.02
HSL197.14º88.35%79.8%-
HSV(B)197.14º36.55%97.65%-
XYZ57.5966.8899.5-
YUV206.53151.9793.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.08%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 249 (97.66% from 255) = 39.52%
R=25.08%
G=35.40%
B=39.52%

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
Decimal1582232490.370.1000.02197.1488.3579.8
Hex9EDFF925A02c55850
Octal236337371451202305130120
Binary10011110110111111111100110010110100101100010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,223,249); }

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

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

 a { background-color: rgb(158,223,249); }

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

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

 span { border-color: rgb(158,223,249); }

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