#BAEAFD

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

Shades of Onahau #BAEAFD

Tints of Onahau #BAEAFD

Color information

#BAEAFD (or 0xBAEAFD) is unknown color: approx Onahau. HEX triplet: BA, EA and FD. RGB value is (186,234,253). Sum of RGB (Red+Green+Blue) = 186+234+253=673 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.64% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAFD is #451502. Grayscale: #DDDDDD. Windows color (decimal): -4527363 or 16640698. OLE color: 16640698.

HSL color Cylindrical-coordinate representation of color #BAEAFD: hue angle of 197.01º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAEAFD is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186234253-
CMYK0.260.0800.01
HSL197.01º94.37%86.08%-
HSV(B)197.01º26.48%99.22%-
XYZ67.476.38104.12-
YUV221.81145.6102.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.64%
GREEN value IS 234 (91.80% from 255) = 34.77%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=27.64%
G=34.77%
B=37.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862342530.260.0800.01197.0194.3786.08
HexBAEAFD1A801c55e56
Octal272352375321001305136126
Binary101110101110101011111101110101000011100010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAFD; }

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

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

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

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

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

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

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

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