Html Css Color HEX #C0F7EE Jagged Ice

📋 copy color: '#C0F7EE'

red 192 ◦ green 247 ◦ blue 238

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

Shades of Jagged Ice #C0F7EE

Tints of Jagged Ice #C0F7EE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.48%

 BLUE value IS 238 (93.36% from 255) = 35.16%

R = 28.36%
G = 36.48%
B = 35.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#C0F7EE (or 0xC0F7EE) is known color: Jagged Ice. HEX triplet: C0, F7 and EE. RGB value is (192,247,238). Sum of RGB (Red+Green+Blue) = 192+247+238=677 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.36% from 677); Green value is 247 (96.88% from 255 or 36.48% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F7EE is #3F0811. Grayscale: #E5E5E5. Windows color (decimal): -4130834 or 15660992. OLE color: 15660992.

HSL color Cylindrical-coordinate representation of color #C0F7EE: hue angle of 170.18º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F7EE is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 247 238 -
CMYK 0.22 0 0.04 0.03
HSL 170.18º 0.77% 0.86% -
HSV(B) 170.18º 0.22% 0.97% -
XYZ 70.43 83.9 93.37 -
YUV 229.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 192 247 238 0.22 0 0.04 0.03 170.18 0.77 0.86
Hex C0 F7 EE 16 0 4 3 AA 4D 56
Octal 300 367 356 26 0 4 3 252 115 126
Binary 11000000 11110111 11101110 10110 0 100 11 10101010 1001101 1010110

Color Harmonies of #C0F7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F7EE

Black with #C0F7EE

Text Example


Text Example

White with #C0F7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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