Html Css Color HEX #C0EBE7 Jagged Ice

📋 copy color: '#C0EBE7'

red 192 ◦ green 235 ◦ blue 231

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

Shades of Jagged Ice #C0EBE7

Tints of Jagged Ice #C0EBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.11%

R = 29.18%
G = 35.71%
B = 35.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#C0EBE7 (or 0xC0EBE7) is known color: Jagged Ice. HEX triplet: C0, EB and E7. RGB value is (192,235,231). Sum of RGB (Red+Green+Blue) = 192+235+231=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EBE7 is #3F1418. Grayscale: #DDDDDD. Windows color (decimal): -4133913 or 15199168. OLE color: 15199168.

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

Color convert

RGB 192 235 231 -
CMYK 0.18 0 0.02 0.08
HSL 174.42º 0.52% 0.84% -
HSV(B) 174.42º 0.18% 0.92% -
XYZ 65.87 76.39 86.87 -
YUV 221.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 192 235 231 0.18 0 0.02 0.08 174.42 0.52 0.84
Hex C0 EB E7 12 0 2 8 AE 34 54
Octal 300 353 347 22 0 2 10 256 64 124
Binary 11000000 11101011 11100111 10010 0 10 1000 10101110 110100 1010100

Color Harmonies of #C0EBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EBE7

Black with #C0EBE7

Text Example


Text Example

White with #C0EBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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