Html Css Color HEX #C2ECE4 Jagged Ice

📋 copy color: '#C2ECE4'

red 194 ◦ green 236 ◦ blue 228

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

Shades of Jagged Ice #C2ECE4

Tints of Jagged Ice #C2ECE4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.87%

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

R = 29.48%
G = 35.87%
B = 34.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#C2ECE4 (or 0xC2ECE4) is known color: Jagged Ice. HEX triplet: C2, EC and E4. RGB value is (194,236,228). Sum of RGB (Red+Green+Blue) = 194+236+228=658 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.48% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECE4 is #3D131B. Grayscale: #DEDEDE. Windows color (decimal): -4002588 or 15002818. OLE color: 15002818.

HSL color Cylindrical-coordinate representation of color #C2ECE4: hue angle of 168.57º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2ECE4 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 236 228 -
CMYK 0.18 0 0.03 0.07
HSL 168.57º 0.53% 0.84% -
HSV(B) 168.57º 0.18% 0.93% -
XYZ 66.25 77.06 84.78 -
YUV 222.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 194 236 228 0.18 0 0.03 0.07 168.57 0.53 0.84
Hex C2 EC E4 12 0 3 7 A9 34 54
Octal 302 354 344 22 0 3 7 251 64 124
Binary 11000010 11101100 11100100 10010 0 11 111 10101001 110100 1010100

Color Harmonies of #C2ECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ECE4

Black with #C2ECE4

Text Example


Text Example

White with #C2ECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ECE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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