Html Css Color HEX #C0EBE5 Jagged Ice

📋 copy color: '#C0EBE5'

red 192 ◦ green 235 ◦ blue 229

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

Shades of Jagged Ice #C0EBE5

Tints of Jagged Ice #C0EBE5

RGB

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

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

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

R = 29.27%
G = 35.82%
B = 34.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#C0EBE5 (or 0xC0EBE5) is known color: Jagged Ice. HEX triplet: C0, EB and E5. RGB value is (192,235,229). Sum of RGB (Red+Green+Blue) = 192+235+229=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBE5 is #3F141A. Grayscale: #DDDDDD. Windows color (decimal): -4133915 or 15068096. OLE color: 15068096.

HSL color Cylindrical-coordinate representation of color #C0EBE5: hue angle of 171.63º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EBE5 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 235 229 -
CMYK 0.18 0 0.03 0.08
HSL 171.63º 0.52% 0.84% -
HSV(B) 171.63º 0.18% 0.92% -
XYZ 65.59 76.28 85.4 -
YUV 221.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 192 235 229 0.18 0 0.03 0.08 171.63 0.52 0.84
Hex C0 EB E5 12 0 3 8 AC 34 54
Octal 300 353 345 22 0 3 10 254 64 124
Binary 11000000 11101011 11100101 10010 0 11 1000 10101100 110100 1010100

Color Harmonies of #C0EBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EBE5

Black with #C0EBE5

Text Example


Text Example

White with #C0EBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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