Html Css Color HEX #C2ECE5 Jagged Ice

📋 copy color: '#C2ECE5'

red 194 ◦ green 236 ◦ blue 229

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

Shades of Jagged Ice #C2ECE5

Tints of Jagged Ice #C2ECE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.75%

R = 29.44%
G = 35.81%
B = 34.75%

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

#C2ECE5 (or 0xC2ECE5) is known color: Jagged Ice. HEX triplet: C2, EC and E5. RGB value is (194,236,229). Sum of RGB (Red+Green+Blue) = 194+236+229=659 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.44% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECE5 is #3D131A. Grayscale: #DEDEDE. Windows color (decimal): -4002587 or 15068354. OLE color: 15068354.

HSL color Cylindrical-coordinate representation of color #C2ECE5: hue angle of 170º 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 #C2ECE5 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 236 229 -
CMYK 0.18 0 0.03 0.07
HSL 170º 0.53% 0.84% -
HSV(B) 170º 0.18% 0.93% -
XYZ 66.39 77.12 85.51 -
YUV 222.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 194 236 229 0.18 0 0.03 0.07 170 0.53 0.84
Hex C2 EC E5 12 0 3 7 AA 34 54
Octal 302 354 345 22 0 3 7 252 64 124
Binary 11000010 11101100 11100101 10010 0 11 111 10101010 110100 1010100

Color Harmonies of #C2ECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ECE5

Black with #C2ECE5

Text Example


Text Example

White with #C2ECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ECE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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