Html Css Color HEX #BAF6DA Aero Blue

📋 copy color: '#BAF6DA'

red 186 ◦ green 246 ◦ blue 218

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

Shades of Aero Blue #BAF6DA

Tints of Aero Blue #BAF6DA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.85%

 BLUE value IS 218 (85.55% from 255) = 33.54%

R = 28.62%
G = 37.85%
B = 33.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#BAF6DA (or 0xBAF6DA) is known color: Aero Blue. HEX triplet: BA, F6 and DA. RGB value is (186,246,218). Sum of RGB (Red+Green+Blue) = 186+246+218=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 246 (96.48% from 255 or 37.85% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF6DA is #450925. Grayscale: #E0E0E0. Windows color (decimal): -4524326 or 14350010. OLE color: 14350010.

HSL color Cylindrical-coordinate representation of color #BAF6DA: hue angle of 152º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF6DA is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 218 -
CMYK 0.24 0 0.11 0.04
HSL 152º 0.77% 0.85% -
HSV(B) 152º 0.24% 0.96% -
XYZ 65.86 81.41 78.57 -
YUV 224.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 186 246 218 0.24 0 0.11 0.04 152 0.77 0.85
Hex BA F6 DA 18 0 B 4 98 4D 55
Octal 272 366 332 30 0 13 4 230 115 125
Binary 10111010 11110110 11011010 11000 0 1011 100 10011000 1001101 1010101

Color Harmonies of #BAF6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF6DA

Black with #BAF6DA

Text Example


Text Example

White with #BAF6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF6DA; }

 p { color: rgb(186,246,218); }

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

background-color css

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

 a { background-color: rgb(186,246,218); }

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

border-color css

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

 span { border-color: rgb(186,246,218); }

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