Html Css Color HEX #C2ECE3 Jagged Ice

📋 copy color: '#C2ECE3'

red 194 ◦ green 236 ◦ blue 227

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

Shades of Jagged Ice #C2ECE3

Tints of Jagged Ice #C2ECE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.55%

R = 29.53%
G = 35.92%
B = 34.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#C2ECE3 (or 0xC2ECE3) is known color: Jagged Ice. HEX triplet: C2, EC and E3. RGB value is (194,236,227). Sum of RGB (Red+Green+Blue) = 194+236+227=657 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.53% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 227 (89.06% from 255 or 34.55% from 657); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECE3 is #3D131C. Grayscale: #DEDEDE. Windows color (decimal): -4002589 or 14937282. OLE color: 14937282.

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

Color convert

RGB 194 236 227 -
CMYK 0.18 0 0.04 0.07
HSL 167.14º 0.53% 0.84% -
HSV(B) 167.14º 0.18% 0.93% -
XYZ 66.11 77.01 84.05 -
YUV 222.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 194 236 227 0.18 0 0.04 0.07 167.14 0.53 0.84
Hex C2 EC E3 12 0 4 7 A7 34 54
Octal 302 354 343 22 0 4 7 247 64 124
Binary 11000010 11101100 11100011 10010 0 100 111 10100111 110100 1010100

Color Harmonies of #C2ECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ECE3

Black with #C2ECE3

Text Example


Text Example

White with #C2ECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ECE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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