#C0E8EF

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

Shades of Onahau #C0E8EF

Tints of Onahau #C0E8EF

Color information

#C0E8EF (or 0xC0E8EF) is unknown color: approx Onahau. HEX triplet: C0, E8 and EF. RGB value is (192,232,239). Sum of RGB (Red+Green+Blue) = 192+232+239=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0E8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E8EF is #3F1710. Grayscale: #DCDCDC. Windows color (decimal): -4134673 or 15722688. OLE color: 15722688.

HSL color Cylindrical-coordinate representation of color #C0E8EF: hue angle of 188.94º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0E8EF is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192232239-
CMYK0.200.0300.06
HSL188.94º59.49%84.51%-
HSV(B)188.94º19.67%93.73%-
XYZ66.1775.1592.68-
YUV220.84138.25107.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.96%
GREEN value IS 232 (91.02% from 255) = 34.99%
BLUE value IS 239 (93.75% from 255) = 36.05%
R=28.96%
G=34.99%
B=36.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922322390.200.0300.06188.9459.4984.51
HexC0E8EF14306bd3b55
Octal3003503572430627573125
Binary11000000111010001110111110100110110101111011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E8EF; }

 p { color: rgb(192,232,239); }

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

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

 a { background-color: rgb(192,232,239); }

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

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

 span { border-color: rgb(192,232,239); }

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