#9CE4FF

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

Shades of Columbia Blue #9CE4FF

Tints of Columbia Blue #9CE4FF

Color information

#9CE4FF (or 0x9CE4FF) is unknown color: approx Columbia Blue. HEX triplet: 9C, E4 and FF. RGB value is (156,228,255). Sum of RGB (Red+Green+Blue) = 156+228+255=639 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.41% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE4FF is #631B00. Grayscale: #D1D1D1. Windows color (decimal): -6494977 or 16770204. OLE color: 16770204.

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

Color convert

RGB156228255-
CMYK0.390.1100
HSL196.36º100%80.59%-
HSV(B)196.36º38.82%100%-
XYZ59.569.77104.94-
YUV209.55153.6589.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.41%
GREEN value IS 228 (89.45% from 255) = 35.68%
BLUE value IS 255 (100% from 255) = 39.91%
R=24.41%
G=35.68%
B=39.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562282550.390.1100196.3610080.59
Hex9CE4FF27B00c46451
Octal234344377471300304144121
Binary1001110011100100111111111001111011001100010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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