#9CE2F7

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

Shades of Columbia Blue #9CE2F7

Tints of Columbia Blue #9CE2F7

Color information

#9CE2F7 (or 0x9CE2F7) is unknown color: approx Columbia Blue. HEX triplet: 9C, E2 and F7. RGB value is (156,226,247). Sum of RGB (Red+Green+Blue) = 156+226+247=629 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.80% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #9CE2F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE2F7 is #631D08. Grayscale: #CFCFCF. Windows color (decimal): -6495497 or 16245404. OLE color: 16245404.

HSL color Cylindrical-coordinate representation of color #9CE2F7: hue angle of 193.85º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CE2F7 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB156226247-
CMYK0.370.0900.03
HSL193.85º85.05%79.02%-
HSV(B)193.85º36.84%96.86%-
XYZ57.768.1898.11-
YUV207.46150.3191.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.80%
GREEN value IS 226 (88.67% from 255) = 35.93%
BLUE value IS 247 (96.88% from 255) = 39.27%
R=24.80%
G=35.93%
B=39.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1562262470.370.0900.03193.8585.0579.02
Hex9CE2F725903c2554f
Octal234342367451103302125117
Binary10011100111000101111011110010110010111100001010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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