#9ECFFF

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

Shades of Columbia Blue #9ECFFF

Tints of Columbia Blue #9ECFFF

Color information

#9ECFFF (or 0x9ECFFF) is unknown color: approx Columbia Blue. HEX triplet: 9E, CF and FF. RGB value is (158,207,255). Sum of RGB (Red+Green+Blue) = 158+207+255=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ECFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFFF is #613000. Grayscale: #C5C5C5. Windows color (decimal): -6369281 or 16764830. OLE color: 16764830.

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

Color convert

RGB158207255-
CMYK0.380.1900
HSL209.69º100%80.98%-
HSV(B)209.69º38.04%100%-
XYZ54.4659.11103.15-
YUV197.82160.2799.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.48%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 255 (100% from 255) = 41.13%
R=25.48%
G=33.39%
B=41.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582072550.380.1900209.6910080.98
Hex9ECFFF261300d26451
Octal236317377462300322144121
Binary10011110110011111111111110011010011001101001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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