#BAEEFD

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

Shades of Onahau #BAEEFD

Tints of Onahau #BAEEFD

Color information

#BAEEFD (or 0xBAEEFD) is unknown color: approx Onahau. HEX triplet: BA, EE and FD. RGB value is (186,238,253). Sum of RGB (Red+Green+Blue) = 186+238+253=677 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.47% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEFD is #451102. Grayscale: #E0E0E0. Windows color (decimal): -4526339 or 16641722. OLE color: 16641722.

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

Color convert

RGB186238253-
CMYK0.260.0600.01
HSL193.43º94.37%86.08%-
HSV(B)193.43º26.48%99.22%-
XYZ68.5578.68104.5-
YUV224.16144.27100.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.47%
GREEN value IS 238 (93.36% from 255) = 35.16%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=27.47%
G=35.16%
B=37.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862382530.260.0600.01193.4394.3786.08
HexBAEEFD1A601c15e56
Octal27235637532601301136126
Binary10111010111011101111110111010110011100000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEFD; }

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

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

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

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

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

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

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

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