#C0E7EB

Color #C0E7EB Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #C0E7EB

Tints of Onahau #C0E7EB

Color information

#C0E7EB (or 0xC0E7EB) is unknown color: approx Onahau. HEX triplet: C0, E7 and EB. RGB value is (192,231,235). Sum of RGB (Red+Green+Blue) = 192+231+235=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 231 (90.62% from 255 or 35.11% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0E7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E7EB is #3F1814. Grayscale: #DBDBDB. Windows color (decimal): -4134933 or 15460288. OLE color: 15460288.

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

Color convert

RGB192231235-
CMYK0.180.0200.08
HSL185.58º51.81%83.73%-
HSV(B)185.58º18.3%92.16%-
XYZ65.3174.3689.51-
YUV219.8136.58108.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.18%
GREEN value IS 231 (90.62% from 255) = 35.11%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=29.18%
G=35.11%
B=35.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922312350.180.0200.08185.5851.8183.73
HexC0E7EB12208ba3454
Octal30034735322201027264124
Binary110000001110011111101011100101001000101110101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E7EB; }

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

 H1.HeaderClassName
 {
   color: #C0E7EB;
 }
 .AnyTagClassName
 {
   color: #C0E7EB;
 }
</style>
background-color css

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

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

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

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

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

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