#9CE8FB

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

Shades of Columbia Blue #9CE8FB

Tints of Columbia Blue #9CE8FB

Color information

#9CE8FB (or 0x9CE8FB) is unknown color: approx Columbia Blue. HEX triplet: 9C, E8 and FB. RGB value is (156,232,251). Sum of RGB (Red+Green+Blue) = 156+232+251=639 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.41% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CE8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE8FB is #631704. Grayscale: #D3D3D3. Windows color (decimal): -6493957 or 16509084. OLE color: 16509084.

HSL color Cylindrical-coordinate representation of color #9CE8FB: hue angle of 192º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CE8FB is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156232251-
CMYK0.380.0800.02
HSL192º92.23%79.8%-
HSV(B)192º37.85%98.43%-
XYZ59.9871.75101.95-
YUV211.44150.3288.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.41%
GREEN value IS 232 (91.02% from 255) = 36.31%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=24.41%
G=36.31%
B=39.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562322510.380.0800.0219292.2379.8
Hex9CE8FB26802c05c50
Octal234350373461002300134120
Binary10011100111010001111101110011010000101100000010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,232,251); }

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

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

 a { background-color: rgb(156,232,251); }

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

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

 span { border-color: rgb(156,232,251); }

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