#9CEAFE

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

Shades of Columbia Blue #9CEAFE

Tints of Columbia Blue #9CEAFE

Color information

#9CEAFE (or 0x9CEAFE) is unknown color: approx Columbia Blue. HEX triplet: 9C, EA and FE. RGB value is (156,234,254). Sum of RGB (Red+Green+Blue) = 156+234+254=644 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.22% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEAFE is #631501. Grayscale: #D4D4D4. Windows color (decimal): -6493442 or 16706204. OLE color: 16706204.

HSL color Cylindrical-coordinate representation of color #9CEAFE: hue angle of 192.24º 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 #9CEAFE is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB156234254-
CMYK0.390.0800.00
HSL192.24º98%80.39%-
HSV(B)192.24º38.58%99.61%-
XYZ61.0273.07104.65-
YUV212.96151.1687.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.22%
GREEN value IS 234 (91.80% from 255) = 36.34%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=24.22%
G=36.34%
B=39.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1562342540.390.0800.00192.249880.39
Hex9CEAFE27800c06250
Octal234352376471000300142120
Binary1001110011101010111111101001111000001100000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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