#BAEEF9

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

Shades of Onahau #BAEEF9

Tints of Onahau #BAEEF9

Color information

#BAEEF9 (or 0xBAEEF9) is unknown color: approx Onahau. HEX triplet: BA, EE and F9. RGB value is (186,238,249). Sum of RGB (Red+Green+Blue) = 186+238+249=673 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.64% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAEEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEF9 is #451106. Grayscale: #DFDFDF. Windows color (decimal): -4526343 or 16379578. OLE color: 16379578.

HSL color Cylindrical-coordinate representation of color #BAEEF9: hue angle of 190.48º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAEEF9 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186238249-
CMYK0.250.0400.02
HSL190.48º84%85.29%-
HSV(B)190.48º25.3%97.65%-
XYZ67.9278.43101.18-
YUV223.71142.27101.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.64%
GREEN value IS 238 (93.36% from 255) = 35.36%
BLUE value IS 249 (97.66% from 255) = 37.00%
R=27.64%
G=35.36%
B=37.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862382490.250.0400.02190.488485.29
HexBAEEF919402be5455
Octal27235637131402276124125
Binary101110101110111011111001110011000101011111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEF9; }

 p { color: rgb(186,238,249); }

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

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

 a { background-color: rgb(186,238,249); }

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

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

 span { border-color: rgb(186,238,249); }

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