#C0EBEF

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

Shades of Onahau #C0EBEF

Tints of Onahau #C0EBEF

Color information

#C0EBEF (or 0xC0EBEF) is unknown color: approx Onahau. HEX triplet: C0, EB and EF. RGB value is (192,235,239). Sum of RGB (Red+Green+Blue) = 192+235+239=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EBEF is #3F1410. Grayscale: #DEDEDE. Windows color (decimal): -4133905 or 15723456. OLE color: 15723456.

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

Color convert

RGB192235239-
CMYK0.200.0200.06
HSL185.11º59.49%84.51%-
HSV(B)185.11º19.67%93.73%-
XYZ67.0376.8692.96-
YUV222.6137.25106.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.83%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 239 (93.75% from 255) = 35.89%
R=28.83%
G=35.29%
B=35.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922352390.200.0200.06185.1159.4984.51
HexC0EBEF14206b93b55
Octal3003533572420627173125
Binary11000000111010111110111110100100110101110011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EBEF; }

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

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

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

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

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

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

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

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