Html Css Color HEX #C0EEE8 Jagged Ice

📋 copy color: '#C0EEE8'

red 192 ◦ green 238 ◦ blue 232

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

Shades of Jagged Ice #C0EEE8

Tints of Jagged Ice #C0EEE8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.95%

 BLUE value IS 232 (91.02% from 255) = 35.05%

R = 29%
G = 35.95%
B = 35.05%

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

#C0EEE8 (or 0xC0EEE8) is known color: Jagged Ice. HEX triplet: C0, EE and E8. RGB value is (192,238,232). Sum of RGB (Red+Green+Blue) = 192+238+232=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EEE8 is #3F1117. Grayscale: #DFDFDF. Windows color (decimal): -4133144 or 15265472. OLE color: 15265472.

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

Color convert

RGB 192 238 232 -
CMYK 0.19 0 0.03 0.07
HSL 172.17º 0.58% 0.84% -
HSV(B) 172.17º 0.19% 0.93% -
XYZ 66.88 78.18 87.91 -
YUV 223.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 192 238 232 0.19 0 0.03 0.07 172.17 0.58 0.84
Hex C0 EE E8 13 0 3 7 AC 3A 54
Octal 300 356 350 23 0 3 7 254 72 124
Binary 11000000 11101110 11101000 10011 0 11 111 10101100 111010 1010100

Color Harmonies of #C0EEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EEE8

Black with #C0EEE8

Text Example


Text Example

White with #C0EEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EEE8; }

 p { color: rgb(192,238,232); }

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

background-color css

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

 a { background-color: rgb(192,238,232); }

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

border-color css

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

 span { border-color: rgb(192,238,232); }

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