#9CE9FE

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

Shades of Columbia Blue #9CE9FE

Tints of Columbia Blue #9CE9FE

Color information

#9CE9FE (or 0x9CE9FE) is unknown color: approx Columbia Blue. HEX triplet: 9C, E9 and FE. RGB value is (156,233,254). Sum of RGB (Red+Green+Blue) = 156+233+254=643 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.26% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CE9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE9FE is #631601. Grayscale: #D4D4D4. Windows color (decimal): -6493698 or 16705948. OLE color: 16705948.

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

Color convert

RGB156233254-
CMYK0.390.0800.00
HSL192.86º98%80.39%-
HSV(B)192.86º38.58%99.61%-
XYZ60.7472.5104.56-
YUV212.37151.4987.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.26%
GREEN value IS 233 (91.41% from 255) = 36.24%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=24.26%
G=36.24%
B=39.50%

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
Decimal1562332540.390.0800.00192.869880.39
Hex9CE9FE27800c16250
Octal234351376471000301142120
Binary1001110011101001111111101001111000001100000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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