Html Css Color HEX #C2EFE7 Jagged Ice

📋 copy color: '#C2EFE7'

red 194 ◦ green 239 ◦ blue 231

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

Shades of Jagged Ice #C2EFE7

Tints of Jagged Ice #C2EFE7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.99%

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

R = 29.22%
G = 35.99%
B = 34.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#C2EFE7 (or 0xC2EFE7) is known color: Jagged Ice. HEX triplet: C2, EF and E7. RGB value is (194,239,231). Sum of RGB (Red+Green+Blue) = 194+239+231=664 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.22% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 231 (90.62% from 255 or 34.79% from 664); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EFE7 is #3D1018. Grayscale: #E0E0E0. Windows color (decimal): -4001817 or 15200194. OLE color: 15200194.

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

Color convert

RGB 194 239 231 -
CMYK 0.19 0 0.03 0.06
HSL 169.33º 0.58% 0.85% -
HSV(B) 169.33º 0.19% 0.94% -
XYZ 67.54 78.97 87.28 -
YUV 224.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 194 239 231 0.19 0 0.03 0.06 169.33 0.58 0.85
Hex C2 EF E7 13 0 3 6 A9 3A 55
Octal 302 357 347 23 0 3 6 251 72 125
Binary 11000010 11101111 11100111 10011 0 11 110 10101001 111010 1010101

Color Harmonies of #C2EFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EFE7

Black with #C2EFE7

Text Example


Text Example

White with #C2EFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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