#C8F3EB

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

Shades of Jagged Ice #C8F3EB

Tints of Jagged Ice #C8F3EB

Color information

#C8F3EB (or 0xC8F3EB) is unknown color: approx Jagged Ice. HEX triplet: C8, F3 and EB. RGB value is (200,243,235). Sum of RGB (Red+Green+Blue) = 200+243+235=678 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.50% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F3EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F3EB is #370C14. Grayscale: #E5E5E5. Windows color (decimal): -3607573 or 15463368. OLE color: 15463368.

HSL color Cylindrical-coordinate representation of color #C8F3EB: hue angle of 168.84º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8F3EB is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB200243235-
CMYK0.1800.030.05
HSL168.84º64.18%86.86%-
HSV(B)168.84º17.7%95.29%-
XYZ70.8782.3890.76-
YUV229.23131.25107.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.50%
GREEN value IS 243 (95.31% from 255) = 35.84%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=29.50%
G=35.84%
B=34.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2002432350.1800.030.05168.8464.1886.86
HexC8F3EB12035a94057
Octal31036335322035251100127
Binary110010001111001111101011100100111011010100110000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F3EB; }

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

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

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

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

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

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

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

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