Html Css Color HEX #C2ECE7 Jagged Ice

📋 copy color: '#C2ECE7'

red 194 ◦ green 236 ◦ blue 231

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

Shades of Jagged Ice #C2ECE7

Tints of Jagged Ice #C2ECE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.95%

R = 29.35%
G = 35.7%
B = 34.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#C2ECE7 (or 0xC2ECE7) is known color: Jagged Ice. HEX triplet: C2, EC and E7. RGB value is (194,236,231). Sum of RGB (Red+Green+Blue) = 194+236+231=661 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.35% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2ECE7 is #3D1318. Grayscale: #DEDEDE. Windows color (decimal): -4002585 or 15199426. OLE color: 15199426.

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

Color convert

RGB 194 236 231 -
CMYK 0.18 0 0.02 0.07
HSL 172.86º 0.53% 0.84% -
HSV(B) 172.86º 0.18% 0.93% -
XYZ 66.67 77.23 86.99 -
YUV 222.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 194 236 231 0.18 0 0.02 0.07 172.86 0.53 0.84
Hex C2 EC E7 12 0 2 7 AD 34 54
Octal 302 354 347 22 0 2 7 255 64 124
Binary 11000010 11101100 11100111 10010 0 10 111 10101101 110100 1010100

Color Harmonies of #C2ECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ECE7

Black with #C2ECE7

Text Example


Text Example

White with #C2ECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ECE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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