Html Css Color HEX #BAEFD1 Aero Blue

📋 copy color: '#BAEFD1'

red 186 ◦ green 239 ◦ blue 209

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

Shades of Aero Blue #BAEFD1

Tints of Aero Blue #BAEFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.97%

R = 29.34%
G = 37.7%
B = 32.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#BAEFD1 (or 0xBAEFD1) is known color: Aero Blue. HEX triplet: BA, EF and D1. RGB value is (186,239,209). Sum of RGB (Red+Green+Blue) = 186+239+209=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFD1 is #45102E. Grayscale: #DBDBDB. Windows color (decimal): -4526127 or 13758394. OLE color: 13758394.

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

Color convert

RGB 186 239 209 -
CMYK 0.22 0 0.13 0.06
HSL 146.04º 0.62% 0.83% -
HSV(B) 146.04º 0.22% 0.94% -
XYZ 62.62 76.78 71.84 -
YUV 219.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 186 239 209 0.22 0 0.13 0.06 146.04 0.62 0.83
Hex BA EF D1 16 0 D 6 92 3E 53
Octal 272 357 321 26 0 15 6 222 76 123
Binary 10111010 11101111 11010001 10110 0 1101 110 10010010 111110 1010011

Color Harmonies of #BAEFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFD1

Black with #BAEFD1

Text Example


Text Example

White with #BAEFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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