#9CE1FE

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

Shades of Columbia Blue #9CE1FE

Tints of Columbia Blue #9CE1FE

Color information

#9CE1FE (or 0x9CE1FE) is unknown color: approx Columbia Blue. HEX triplet: 9C, E1 and FE. RGB value is (156,225,254). Sum of RGB (Red+Green+Blue) = 156+225+254=635 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.57% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE1FE is #631E01. Grayscale: #CFCFCF. Windows color (decimal): -6495746 or 16703900. OLE color: 16703900.

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

Color convert

RGB156225254-
CMYK0.390.1100.00
HSL197.76º98%80.39%-
HSV(B)197.76º38.58%99.61%-
XYZ58.5268.07103.82-
YUV207.68154.1491.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.57%
GREEN value IS 225 (88.28% from 255) = 35.43%
BLUE value IS 254 (99.61% from 255) = 40%
R=24.57%
G=35.43%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1562252540.390.1100.00197.769880.39
Hex9CE1FE27B00c66250
Octal234341376471300306142120
Binary1001110011100001111111101001111011001100011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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