#C8EBE6

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

Shades of Jagged Ice #C8EBE6

Tints of Jagged Ice #C8EBE6

Color information

#C8EBE6 (or 0xC8EBE6) is unknown color: approx Jagged Ice. HEX triplet: C8, EB and E6. RGB value is (200,235,230). Sum of RGB (Red+Green+Blue) = 200+235+230=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EBE6 is #371419. Grayscale: #DFDFDF. Windows color (decimal): -3609626 or 15133640. OLE color: 15133640.

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

Color convert

RGB200235230-
CMYK0.1500.020.08
HSL171.43º46.67%85.29%-
HSV(B)171.43º14.89%92.16%-
XYZ67.8177.4186.23-
YUV223.96131.4110.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.08%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 230 (90.23% from 255) = 34.59%
R=30.08%
G=35.34%
B=34.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002352300.1500.020.08171.4346.6785.29
HexC8EBE6F028ab2f55
Octal31035334617021025357125
Binary11001000111010111110011011110101000101010111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EBE6; }

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

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

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

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

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

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

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

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