#9EDFFF

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

Shades of Columbia Blue #9EDFFF

Tints of Columbia Blue #9EDFFF

Color information

#9EDFFF (or 0x9EDFFF) is unknown color: approx Columbia Blue. HEX triplet: 9E, DF and FF. RGB value is (158,223,255). Sum of RGB (Red+Green+Blue) = 158+223+255=636 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.84% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EDFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDFFF is #612000. Grayscale: #CFCFCF. Windows color (decimal): -6365185 or 16768926. OLE color: 16768926.

HSL color Cylindrical-coordinate representation of color #9EDFFF: hue angle of 199.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EDFFF is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB158223255-
CMYK0.380.1300
HSL199.79º100%80.98%-
HSV(B)199.79º38.04%100%-
XYZ58.5467.26104.51-
YUV207.21154.9792.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.84%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 255 (100% from 255) = 40.09%
R=24.84%
G=35.06%
B=40.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582232550.380.1300199.7910080.98
Hex9EDFFF26D00c86451
Octal236337377461500310144121
Binary1001111011011111111111111001101101001100100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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