#BAEFF9

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

Shades of Onahau #BAEFF9

Tints of Onahau #BAEFF9

Color information

#BAEFF9 (or 0xBAEFF9) is unknown color: approx Onahau. HEX triplet: BA, EF and F9. RGB value is (186,239,249). Sum of RGB (Red+Green+Blue) = 186+239+249=674 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.60% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAEFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFF9 is #451006. Grayscale: #E0E0E0. Windows color (decimal): -4526087 or 16379834. OLE color: 16379834.

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

Color convert

RGB186239249-
CMYK0.250.0400.02
HSL189.52º84%85.29%-
HSV(B)189.52º25.3%97.65%-
XYZ68.2279.01101.28-
YUV224.29141.94100.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.60%
GREEN value IS 239 (93.75% from 255) = 35.46%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=27.60%
G=35.46%
B=36.94%

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
Decimal1862392490.250.0400.02189.528485.29
HexBAEFF919402be5455
Octal27235737131402276124125
Binary101110101110111111111001110011000101011111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFF9; }

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

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

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

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

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

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

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

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