#BAEAEF

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

Shades of Onahau #BAEAEF

Tints of Onahau #BAEAEF

Color information

#BAEAEF (or 0xBAEAEF) is unknown color: approx Onahau. HEX triplet: BA, EA and EF. RGB value is (186,234,239). Sum of RGB (Red+Green+Blue) = 186+234+239=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAEAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAEF is #451510. Grayscale: #DCDCDC. Windows color (decimal): -4527377 or 15723194. OLE color: 15723194.

HSL color Cylindrical-coordinate representation of color #BAEAEF: hue angle of 185.66º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEAEF is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186234239-
CMYK0.220.0200.06
HSL185.66º62.35%83.33%-
HSV(B)185.66º22.18%93.73%-
XYZ65.2575.5292.8-
YUV220.22138.6103.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.22%
GREEN value IS 234 (91.80% from 255) = 35.51%
BLUE value IS 239 (93.75% from 255) = 36.27%
R=28.22%
G=35.51%
B=36.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862342390.220.0200.06185.6662.3583.33
HexBAEAEF16206ba3e53
Octal2723523572620627276123
Binary10111010111010101110111110110100110101110101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAEF; }

 p { color: rgb(186,234,239); }

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

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

 a { background-color: rgb(186,234,239); }

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

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

 span { border-color: rgb(186,234,239); }

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