Html Css Color HEX #BAF8D6 Aero Blue

📋 copy color: '#BAF8D6'

red 186 ◦ green 248 ◦ blue 214

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

Shades of Aero Blue #BAF8D6

Tints of Aero Blue #BAF8D6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.27%

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

R = 28.7%
G = 38.27%
B = 33.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#BAF8D6 (or 0xBAF8D6) is known color: Aero Blue. HEX triplet: BA, F8 and D6. RGB value is (186,248,214). Sum of RGB (Red+Green+Blue) = 186+248+214=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 214 (83.98% from 255 or 33.02% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8D6 is #450729. Grayscale: #E1E1E1. Windows color (decimal): -4523818 or 14088378. OLE color: 14088378.

HSL color Cylindrical-coordinate representation of color #BAF8D6: hue angle of 147.1º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF8D6 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 214 -
CMYK 0.25 0 0.14 0.03
HSL 147.1º 0.82% 0.85% -
HSV(B) 147.1º 0.25% 0.97% -
XYZ 65.95 82.43 76.05 -
YUV 225.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 186 248 214 0.25 0 0.14 0.03 147.1 0.82 0.85
Hex BA F8 D6 19 0 E 3 93 52 55
Octal 272 370 326 31 0 16 3 223 122 125
Binary 10111010 11111000 11010110 11001 0 1110 11 10010011 1010010 1010101

Color Harmonies of #BAF8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF8D6

Black with #BAF8D6

Text Example


Text Example

White with #BAF8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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