Html Css Color HEX #C2EBE7 Jagged Ice

📋 copy color: '#C2EBE7'

red 194 ◦ green 235 ◦ blue 231

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

Shades of Jagged Ice #C2EBE7

Tints of Jagged Ice #C2EBE7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.61%

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

R = 29.39%
G = 35.61%
B = 35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#C2EBE7 (or 0xC2EBE7) is known color: Jagged Ice. HEX triplet: C2, EB and E7. RGB value is (194,235,231). Sum of RGB (Red+Green+Blue) = 194+235+231=660 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.39% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBE7 is #3D1418. Grayscale: #DEDEDE. Windows color (decimal): -4002841 or 15199170. OLE color: 15199170.

HSL color Cylindrical-coordinate representation of color #C2EBE7: hue angle of 174.15º degrees, saturation: 0.51, 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 #C2EBE7 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 231 -
CMYK 0.17 0 0.02 0.08
HSL 174.15º 0.51% 0.84% -
HSV(B) 174.15º 0.17% 0.92% -
XYZ 66.38 76.66 86.9 -
YUV 222.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 194 235 231 0.17 0 0.02 0.08 174.15 0.51 0.84
Hex C2 EB E7 11 0 2 8 AE 33 54
Octal 302 353 347 21 0 2 10 256 63 124
Binary 11000010 11101011 11100111 10001 0 10 1000 10101110 110011 1010100

Color Harmonies of #C2EBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBE7

Black with #C2EBE7

Text Example


Text Example

White with #C2EBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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