#C0E6EB

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

Shades of Onahau #C0E6EB

Tints of Onahau #C0E6EB

Color information

#C0E6EB (or 0xC0E6EB) is unknown color: approx Onahau. HEX triplet: C0, E6 and EB. RGB value is (192,230,235). Sum of RGB (Red+Green+Blue) = 192+230+235=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E6EB is #3F1914. Grayscale: #DBDBDB. Windows color (decimal): -4135189 or 15460032. OLE color: 15460032.

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

Color convert

RGB192230235-
CMYK0.180.0200.08
HSL186.98º51.81%83.73%-
HSV(B)186.98º18.3%92.16%-
XYZ65.0373.889.41-
YUV219.21136.91108.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.22%
GREEN value IS 230 (90.23% from 255) = 35.01%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=29.22%
G=35.01%
B=35.77%

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
Decimal1922302350.180.0200.08186.9851.8183.73
HexC0E6EB12208bb3454
Octal30034635322201027364124
Binary110000001110011011101011100101001000101110111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E6EB; }

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

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

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

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

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

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

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

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