Html Css Color HEX #C4F0E8 Jagged Ice

📋 copy color: '#C4F0E8'

red 196 ◦ green 240 ◦ blue 232

#C4F0E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #C4F0E8

Tints of Jagged Ice #C4F0E8

RGB

 RED value IS 196 (76.95% from 255) = 29.34%

 GREEN value IS 240 (94.14% from 255) = 35.93%

 BLUE value IS 232 (91.02% from 255) = 34.73%

R = 29.34%
G = 35.93%
B = 34.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#C4F0E8 (or 0xC4F0E8) is known color: Jagged Ice. HEX triplet: C4, F0 and E8. RGB value is (196,240,232). Sum of RGB (Red+Green+Blue) = 196+240+232=668 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.34% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F0E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F0E8 is #3B0F17. Grayscale: #E1E1E1. Windows color (decimal): -3870488 or 15265988. OLE color: 15265988.

HSL color Cylindrical-coordinate representation of color #C4F0E8: hue angle of 169.09º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4F0E8 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 240 232 -
CMYK 0.18 0 0.03 0.06
HSL 169.09º 0.59% 0.85% -
HSV(B) 169.09º 0.18% 0.94% -
XYZ 68.49 79.88 88.15 -
YUV 225.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 196 240 232 0.18 0 0.03 0.06 169.09 0.59 0.85
Hex C4 F0 E8 12 0 3 6 A9 3B 55
Octal 304 360 350 22 0 3 6 251 73 125
Binary 11000100 11110000 11101000 10010 0 11 110 10101001 111011 1010101

Color Harmonies of #C4F0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F0E8

Black with #C4F0E8

Text Example


Text Example

White with #C4F0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F0E8; }

 p { color: rgb(196,240,232); }

 H1.HeaderClassName
 {
   color: #C4F0E8;
 }
 .AnyTagClassName
 {
   color: #C4F0E8;
 }
</style>

background-color css

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

 a { background-color: rgb(196,240,232); }

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

border-color css

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

 span { border-color: rgb(196,240,232); }

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