#9CE2FB

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

Shades of Columbia Blue #9CE2FB

Tints of Columbia Blue #9CE2FB

Color information

#9CE2FB (or 0x9CE2FB) is unknown color: approx Columbia Blue. HEX triplet: 9C, E2 and FB. RGB value is (156,226,251). Sum of RGB (Red+Green+Blue) = 156+226+251=633 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.64% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CE2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE2FB is #631D04. Grayscale: #CFCFCF. Windows color (decimal): -6495493 or 16507548. OLE color: 16507548.

HSL color Cylindrical-coordinate representation of color #9CE2FB: hue angle of 195.79º 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 #9CE2FB is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156226251-
CMYK0.380.1000.02
HSL195.79º92.23%79.8%-
HSV(B)195.79º37.85%98.43%-
XYZ58.3268.43101.4-
YUV207.92152.3190.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.64%
GREEN value IS 226 (88.67% from 255) = 35.70%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=24.64%
G=35.70%
B=39.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562262510.380.1000.02195.7992.2379.8
Hex9CE2FB26A02c45c50
Octal234342373461202304134120
Binary10011100111000101111101110011010100101100010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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