#C0EAEB

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

Shades of Onahau #C0EAEB

Tints of Onahau #C0EAEB

Color information

#C0EAEB (or 0xC0EAEB) is unknown color: approx Onahau. HEX triplet: C0, EA and EB. RGB value is (192,234,235). Sum of RGB (Red+Green+Blue) = 192+234+235=661 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.05% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EAEB is #3F1514. Grayscale: #DDDDDD. Windows color (decimal): -4134165 or 15461056. OLE color: 15461056.

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

Color convert

RGB192234235-
CMYK0.180.0000.08
HSL181.4º51.81%83.73%-
HSV(B)181.4º18.3%92.16%-
XYZ66.1676.0589.79-
YUV221.56135.59106.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.05%
GREEN value IS 234 (91.80% from 255) = 35.40%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=29.05%
G=35.40%
B=35.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922342350.180.0000.08181.451.8183.73
HexC0EAEB12008b53454
Octal30035235322001026564124
Binary11000000111010101110101110010001000101101011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EAEB; }

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

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

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

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

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

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

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

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