Html Css Color HEX #BAEFD9 Aero Blue

📋 copy color: '#BAEFD9'

red 186 ◦ green 239 ◦ blue 217

#BAEFD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #BAEFD9

Tints of Aero Blue #BAEFD9

RGB

 RED value IS 186 (73.05% from 255) = 28.97%

 GREEN value IS 239 (93.75% from 255) = 37.23%

 BLUE value IS 217 (85.16% from 255) = 33.8%

R = 28.97%
G = 37.23%
B = 33.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#BAEFD9 (or 0xBAEFD9) is known color: Aero Blue. HEX triplet: BA, EF and D9. RGB value is (186,239,217). Sum of RGB (Red+Green+Blue) = 186+239+217=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFD9 is #451026. Grayscale: #DCDCDC. Windows color (decimal): -4526119 or 14282682. OLE color: 14282682.

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

Color convert

RGB 186 239 217 -
CMYK 0.22 0 0.09 0.06
HSL 155.09º 0.62% 0.83% -
HSV(B) 155.09º 0.22% 0.94% -
XYZ 63.64 77.18 77.19 -
YUV 220.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 186 239 217 0.22 0 0.09 0.06 155.09 0.62 0.83
Hex BA EF D9 16 0 9 6 9B 3E 53
Octal 272 357 331 26 0 11 6 233 76 123
Binary 10111010 11101111 11011001 10110 0 1001 110 10011011 111110 1010011

Color Harmonies of #BAEFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFD9

Black with #BAEFD9

Text Example


Text Example

White with #BAEFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFD9; }

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

 H1.HeaderClassName
 {
   color: #BAEFD9;
 }
 .AnyTagClassName
 {
   color: #BAEFD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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