Html Css Color HEX #BAEFD6 Aero Blue

📋 copy color: '#BAEFD6'

red 186 ◦ green 239 ◦ blue 214

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

Shades of Aero Blue #BAEFD6

Tints of Aero Blue #BAEFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.49%

R = 29.11%
G = 37.4%
B = 33.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#BAEFD6 (or 0xBAEFD6) is known color: Aero Blue. HEX triplet: BA, EF and D6. RGB value is (186,239,214). Sum of RGB (Red+Green+Blue) = 186+239+214=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFD6 is #451029. Grayscale: #DCDCDC. Windows color (decimal): -4526122 or 14086074. OLE color: 14086074.

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

Color convert

RGB 186 239 214 -
CMYK 0.22 0 0.10 0.06
HSL 151.7º 0.62% 0.83% -
HSV(B) 151.7º 0.22% 0.94% -
XYZ 63.25 77.03 75.15 -
YUV 220.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 186 239 214 0.22 0 0.10 0.06 151.7 0.62 0.83
Hex BA EF D6 16 0 A 6 98 3E 53
Octal 272 357 326 26 0 12 6 230 76 123
Binary 10111010 11101111 11010110 10110 0 1010 110 10011000 111110 1010011

Color Harmonies of #BAEFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFD6

Black with #BAEFD6

Text Example


Text Example

White with #BAEFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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