Html Css Color HEX #C5ECE2 Jagged Ice

📋 copy color: '#C5ECE2'

red 197 ◦ green 236 ◦ blue 226

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

Shades of Jagged Ice #C5ECE2

Tints of Jagged Ice #C5ECE2

RGB

 RED value IS 197 (77.34% from 255) = 29.89%

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

 BLUE value IS 226 (88.67% from 255) = 34.29%

R = 29.89%
G = 35.81%
B = 34.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#C5ECE2 (or 0xC5ECE2) is known color: Jagged Ice. HEX triplet: C5, EC and E2. RGB value is (197,236,226). Sum of RGB (Red+Green+Blue) = 197+236+226=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 236 - color contains mainly: green. Hex color #C5ECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5ECE2 is #3A131D. Grayscale: #DFDFDF. Windows color (decimal): -3805982 or 14871749. OLE color: 14871749.

HSL color Cylindrical-coordinate representation of color #C5ECE2: hue angle of 164.62º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5ECE2 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 236 226 -
CMYK 0.17 0 0.04 0.07
HSL 164.62º 0.51% 0.85% -
HSV(B) 164.62º 0.17% 0.93% -
XYZ 66.75 77.35 83.36 -
YUV 223.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 197 236 226 0.17 0 0.04 0.07 164.62 0.51 0.85
Hex C5 EC E2 11 0 4 7 A5 33 55
Octal 305 354 342 21 0 4 7 245 63 125
Binary 11000101 11101100 11100010 10001 0 100 111 10100101 110011 1010101

Color Harmonies of #C5ECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ECE2

Black with #C5ECE2

Text Example


Text Example

White with #C5ECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ECE2; }

 p { color: rgb(197,236,226); }

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

background-color css

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

 a { background-color: rgb(197,236,226); }

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

border-color css

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

 span { border-color: rgb(197,236,226); }

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