#9CEAFF

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

Shades of Columbia Blue #9CEAFF

Tints of Columbia Blue #9CEAFF

Color information

#9CEAFF (or 0x9CEAFF) is unknown color: approx Columbia Blue. HEX triplet: 9C, EA and FF. RGB value is (156,234,255). Sum of RGB (Red+Green+Blue) = 156+234+255=645 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.19% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEAFF is #631500. Grayscale: #D4D4D4. Windows color (decimal): -6493441 or 16771740. OLE color: 16771740.

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

Color convert

RGB156234255-
CMYK0.390.0800
HSL192.73º100%80.59%-
HSV(B)192.73º38.82%100%-
XYZ61.1873.13105.5-
YUV213.07151.6687.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.19%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 255 (100% from 255) = 39.53%
R=24.19%
G=36.28%
B=39.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562342550.390.0800192.7310080.59
Hex9CEAFF27800c16451
Octal234352377471000301144121
Binary1001110011101010111111111001111000001100000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,234,255); }

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

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

 a { background-color: rgb(156,234,255); }

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

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

 span { border-color: rgb(156,234,255); }

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