Html Css Color HEX #C0EBE2 Jagged Ice

📋 copy color: '#C0EBE2'

red 192 ◦ green 235 ◦ blue 226

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

Shades of Jagged Ice #C0EBE2

Tints of Jagged Ice #C0EBE2

RGB

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

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

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

R = 29.4%
G = 35.99%
B = 34.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#C0EBE2 (or 0xC0EBE2) is known color: Jagged Ice. HEX triplet: C0, EB and E2. RGB value is (192,235,226). Sum of RGB (Red+Green+Blue) = 192+235+226=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBE2 is #3F141D. Grayscale: #DDDDDD. Windows color (decimal): -4133918 or 14871488. OLE color: 14871488.

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

Color convert

RGB 192 235 226 -
CMYK 0.18 0 0.04 0.08
HSL 167.44º 0.52% 0.84% -
HSV(B) 167.44º 0.18% 0.92% -
XYZ 65.17 76.11 83.21 -
YUV 221.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 192 235 226 0.18 0 0.04 0.08 167.44 0.52 0.84
Hex C0 EB E2 12 0 4 8 A7 34 54
Octal 300 353 342 22 0 4 10 247 64 124
Binary 11000000 11101011 11100010 10010 0 100 1000 10100111 110100 1010100

Color Harmonies of #C0EBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EBE2

Black with #C0EBE2

Text Example


Text Example

White with #C0EBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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