Html Css Color HEX #C0EAE3 Jagged Ice

📋 copy color: '#C0EAE3'

red 192 ◦ green 234 ◦ blue 227

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

Shades of Jagged Ice #C0EAE3

Tints of Jagged Ice #C0EAE3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.83%

 BLUE value IS 227 (89.06% from 255) = 34.76%

R = 29.4%
G = 35.83%
B = 34.76%

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

#C0EAE3 (or 0xC0EAE3) is known color: Jagged Ice. HEX triplet: C0, EA and E3. RGB value is (192,234,227). Sum of RGB (Red+Green+Blue) = 192+234+227=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EAE3 is #3F151C. Grayscale: #DCDCDC. Windows color (decimal): -4134173 or 14936768. OLE color: 14936768.

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

Color convert

RGB 192 234 227 -
CMYK 0.18 0 0.03 0.08
HSL 170º 0.5% 0.84% -
HSV(B) 170º 0.18% 0.92% -
XYZ 65.03 75.6 83.84 -
YUV 220.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 192 234 227 0.18 0 0.03 0.08 170 0.5 0.84
Hex C0 EA E3 12 0 3 8 AA 32 54
Octal 300 352 343 22 0 3 10 252 62 124
Binary 11000000 11101010 11100011 10010 0 11 1000 10101010 110010 1010100

Color Harmonies of #C0EAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EAE3

Black with #C0EAE3

Text Example


Text Example

White with #C0EAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EAE3; }

 p { color: rgb(192,234,227); }

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

background-color css

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

 a { background-color: rgb(192,234,227); }

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

border-color css

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

 span { border-color: rgb(192,234,227); }

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