#9CE9FF

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

Shades of Columbia Blue #9CE9FF

Tints of Columbia Blue #9CE9FF

Color information

#9CE9FF (or 0x9CE9FF) is unknown color: approx Columbia Blue. HEX triplet: 9C, E9 and FF. RGB value is (156,233,255). Sum of RGB (Red+Green+Blue) = 156+233+255=644 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.22% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CE9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE9FF is #631600. Grayscale: #D4D4D4. Windows color (decimal): -6493697 or 16771484. OLE color: 16771484.

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

Color convert

RGB156233255-
CMYK0.390.0900
HSL193.33º100%80.59%-
HSV(B)193.33º38.82%100%-
XYZ60.972.57105.4-
YUV212.48151.9987.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.22%
GREEN value IS 233 (91.41% from 255) = 36.18%
BLUE value IS 255 (100% from 255) = 39.60%
R=24.22%
G=36.18%
B=39.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562332550.390.0900193.3310080.59
Hex9CE9FF27900c16451
Octal234351377471100301144121
Binary1001110011101001111111111001111001001100000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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