#9CE7FD

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

Shades of Columbia Blue #9CE7FD

Tints of Columbia Blue #9CE7FD

Color information

#9CE7FD (or 0x9CE7FD) is unknown color: approx Columbia Blue. HEX triplet: 9C, E7 and FD. RGB value is (156,231,253). Sum of RGB (Red+Green+Blue) = 156+231+253=640 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.38% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CE7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE7FD is #631802. Grayscale: #D2D2D2. Windows color (decimal): -6494211 or 16639900. OLE color: 16639900.

HSL color Cylindrical-coordinate representation of color #9CE7FD: hue angle of 193.61º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CE7FD is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156231253-
CMYK0.380.0900.01
HSL193.61º96.04%80.2%-
HSV(B)193.61º38.34%99.22%-
XYZ60.0271.31103.53-
YUV211.08151.6588.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.38%
GREEN value IS 231 (90.62% from 255) = 36.09%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=24.38%
G=36.09%
B=39.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562312530.380.0900.01193.6196.0480.2
Hex9CE7FD26901c26050
Octal234347375461101302140120
Binary1001110011100111111111011001101001011100001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,231,253); }

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

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

 a { background-color: rgb(156,231,253); }

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

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

 span { border-color: rgb(156,231,253); }

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