#C9EBE6

Color #C9EBE6 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #C9EBE6

Tints of Jagged Ice #C9EBE6

Color information

#C9EBE6 (or 0xC9EBE6) is unknown color: approx Jagged Ice. HEX triplet: C9, EB and E6. RGB value is (201,235,230). Sum of RGB (Red+Green+Blue) = 201+235+230=666 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.18% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EBE6 is #361419. Grayscale: #E0E0E0. Windows color (decimal): -3544090 or 15133641. OLE color: 15133641.

HSL color Cylindrical-coordinate representation of color #C9EBE6: hue angle of 171.18º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9EBE6 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB201235230-
CMYK0.1400.020.08
HSL171.18º45.95%85.49%-
HSV(B)171.18º14.47%92.16%-
XYZ68.0877.5586.24-
YUV224.26131.24111.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.18%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 230 (90.23% from 255) = 34.53%
R=30.18%
G=35.29%
B=34.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012352300.1400.020.08171.1845.9585.49
HexC9EBE6E028ab2e55
Octal31135334616021025356125
Binary11001001111010111110011011100101000101010111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EBE6; }

 p { color: rgb(201,235,230); }

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

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

 a { background-color: rgb(201,235,230); }

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

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

 span { border-color: rgb(201,235,230); }

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