Html Css Color HEX #C0EDE5 Jagged Ice

📋 copy color: '#C0EDE5'

red 192 ◦ green 237 ◦ blue 229

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

Shades of Jagged Ice #C0EDE5

Tints of Jagged Ice #C0EDE5

RGB

 RED value IS 192 (75.39% from 255) = 29.18%

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

 BLUE value IS 229 (89.84% from 255) = 34.8%

R = 29.18%
G = 36.02%
B = 34.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#C0EDE5 (or 0xC0EDE5) is known color: Jagged Ice. HEX triplet: C0, ED and E5. RGB value is (192,237,229). Sum of RGB (Red+Green+Blue) = 192+237+229=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDE5 is #3F121A. Grayscale: #DEDEDE. Windows color (decimal): -4133403 or 15068608. OLE color: 15068608.

HSL color Cylindrical-coordinate representation of color #C0EDE5: hue angle of 169.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EDE5 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 237 229 -
CMYK 0.19 0 0.03 0.07
HSL 169.33º 0.56% 0.84% -
HSV(B) 169.33º 0.19% 0.93% -
XYZ 66.17 77.43 85.59 -
YUV 222.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 192 237 229 0.19 0 0.03 0.07 169.33 0.56 0.84
Hex C0 ED E5 13 0 3 7 A9 38 54
Octal 300 355 345 23 0 3 7 251 70 124
Binary 11000000 11101101 11100101 10011 0 11 111 10101001 111000 1010100

Color Harmonies of #C0EDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EDE5

Black with #C0EDE5

Text Example


Text Example

White with #C0EDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EDE5; }

 p { color: rgb(192,237,229); }

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

background-color css

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

 a { background-color: rgb(192,237,229); }

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

border-color css

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

 span { border-color: rgb(192,237,229); }

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