Html Css Color HEX #C2EBE1 Jagged Ice

📋 copy color: '#C2EBE1'

red 194 ◦ green 235 ◦ blue 225

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

Shades of Jagged Ice #C2EBE1

Tints of Jagged Ice #C2EBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.4%

R = 29.66%
G = 35.93%
B = 34.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#C2EBE1 (or 0xC2EBE1) is known color: Jagged Ice. HEX triplet: C2, EB and E1. RGB value is (194,235,225). Sum of RGB (Red+Green+Blue) = 194+235+225=654 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.66% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBE1 is #3D141E. Grayscale: #DDDDDD. Windows color (decimal): -4002847 or 14805954. OLE color: 14805954.

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

Color convert

RGB 194 235 225 -
CMYK 0.17 0 0.04 0.08
HSL 165.37º 0.51% 0.84% -
HSV(B) 165.37º 0.17% 0.92% -
XYZ 65.55 76.32 82.51 -
YUV 221.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 194 235 225 0.17 0 0.04 0.08 165.37 0.51 0.84
Hex C2 EB E1 11 0 4 8 A5 33 54
Octal 302 353 341 21 0 4 10 245 63 124
Binary 11000010 11101011 11100001 10001 0 100 1000 10100101 110011 1010100

Color Harmonies of #C2EBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBE1

Black with #C2EBE1

Text Example


Text Example

White with #C2EBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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