Html Css Color HEX #C2EAE4 Jagged Ice

📋 copy color: '#C2EAE4'

red 194 ◦ green 234 ◦ blue 228

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

Shades of Jagged Ice #C2EAE4

Tints of Jagged Ice #C2EAE4

RGB

 RED value IS 194 (76.17% from 255) = 29.57%

 GREEN value IS 234 (91.8% from 255) = 35.67%

 BLUE value IS 228 (89.45% from 255) = 34.76%

R = 29.57%
G = 35.67%
B = 34.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#C2EAE4 (or 0xC2EAE4) is known color: Jagged Ice. HEX triplet: C2, EA and E4. RGB value is (194,234,228). Sum of RGB (Red+Green+Blue) = 194+234+228=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EAE4 is #3D151B. Grayscale: #DDDDDD. Windows color (decimal): -4003100 or 15002306. OLE color: 15002306.

HSL color Cylindrical-coordinate representation of color #C2EAE4: hue angle of 171º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EAE4 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 234 228 -
CMYK 0.17 0 0.03 0.08
HSL 171º 0.49% 0.84% -
HSV(B) 171º 0.17% 0.92% -
XYZ 65.67 75.92 84.59 -
YUV 221.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 194 234 228 0.17 0 0.03 0.08 171 0.49 0.84
Hex C2 EA E4 11 0 3 8 AB 31 54
Octal 302 352 344 21 0 3 10 253 61 124
Binary 11000010 11101010 11100100 10001 0 11 1000 10101011 110001 1010100

Color Harmonies of #C2EAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EAE4

Black with #C2EAE4

Text Example


Text Example

White with #C2EAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EAE4; }

 p { color: rgb(194,234,228); }

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

background-color css

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

 a { background-color: rgb(194,234,228); }

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

border-color css

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

 span { border-color: rgb(194,234,228); }

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