#9EDDFF

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

Shades of Columbia Blue #9EDDFF

Tints of Columbia Blue #9EDDFF

Color information

#9EDDFF (or 0x9EDDFF) is unknown color: approx Columbia Blue. HEX triplet: 9E, DD and FF. RGB value is (158,221,255). Sum of RGB (Red+Green+Blue) = 158+221+255=634 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.92% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDDFF is #612200. Grayscale: #CDCDCD. Windows color (decimal): -6365697 or 16768414. OLE color: 16768414.

HSL color Cylindrical-coordinate representation of color #9EDDFF: hue angle of 201.03º 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 #9EDDFF is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB158221255-
CMYK0.380.1300
HSL201.03º100%80.98%-
HSV(B)201.03º38.04%100%-
XYZ58.0166.2104.33-
YUV206.04155.6393.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.92%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 255 (100% from 255) = 40.22%
R=24.92%
G=34.86%
B=40.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582212550.380.1300201.0310080.98
Hex9EDDFF26D00c96451
Octal236335377461500311144121
Binary1001111011011101111111111001101101001100100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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