#9CCEFE

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

Shades of Columbia Blue #9CCEFE

Tints of Columbia Blue #9CCEFE

Color information

#9CCEFE (or 0x9CCEFE) is unknown color: approx Columbia Blue. HEX triplet: 9C, CE and FE. RGB value is (156,206,254). Sum of RGB (Red+Green+Blue) = 156+206+254=616 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.32% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CCEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCEFE is #633101. Grayscale: #C4C4C4. Windows color (decimal): -6500610 or 16699036. OLE color: 16699036.

HSL color Cylindrical-coordinate representation of color #9CCEFE: hue angle of 209.39º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CCEFE is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB156206254-
CMYK0.390.1900.00
HSL209.39º98%80.39%-
HSV(B)209.39º38.58%99.61%-
XYZ53.6758.37102.2-
YUV196.52160.4499.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.32%
GREEN value IS 206 (80.86% from 255) = 33.44%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=25.32%
G=33.44%
B=41.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1562062540.390.1900.00209.399880.39
Hex9CCEFE271300d16250
Octal234316376472300321142120
Binary10011100110011101111111010011110011001101000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,206,254); }

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

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

 a { background-color: rgb(156,206,254); }

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

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

 span { border-color: rgb(156,206,254); }

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