Html Css Color HEX #C5EDE6 Jagged Ice

📋 copy color: '#C5EDE6'

red 197 ◦ green 237 ◦ blue 230

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

Shades of Jagged Ice #C5EDE6

Tints of Jagged Ice #C5EDE6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.69%

 BLUE value IS 230 (90.23% from 255) = 34.64%

R = 29.67%
G = 35.69%
B = 34.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#C5EDE6 (or 0xC5EDE6) is known color: Jagged Ice. HEX triplet: C5, ED and E6. RGB value is (197,237,230). Sum of RGB (Red+Green+Blue) = 197+237+230=664 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.67% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EDE6 is #3A1219. Grayscale: #E0E0E0. Windows color (decimal): -3805722 or 15134149. OLE color: 15134149.

HSL color Cylindrical-coordinate representation of color #C5EDE6: hue angle of 169.5º degrees, saturation: 0.53, 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 #C5EDE6 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 237 230 -
CMYK 0.17 0 0.03 0.07
HSL 169.5º 0.53% 0.85% -
HSV(B) 169.5º 0.17% 0.93% -
XYZ 67.59 78.15 86.39 -
YUV 224.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 197 237 230 0.17 0 0.03 0.07 169.5 0.53 0.85
Hex C5 ED E6 11 0 3 7 AA 35 55
Octal 305 355 346 21 0 3 7 252 65 125
Binary 11000101 11101101 11100110 10001 0 11 111 10101010 110101 1010101

Color Harmonies of #C5EDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EDE6

Black with #C5EDE6

Text Example


Text Example

White with #C5EDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EDE6; }

 p { color: rgb(197,237,230); }

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

background-color css

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

 a { background-color: rgb(197,237,230); }

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

border-color css

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

 span { border-color: rgb(197,237,230); }

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