Html Css Color HEX #BAF5D8 Aero Blue

📋 copy color: '#BAF5D8'

red 186 ◦ green 245 ◦ blue 216

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

Shades of Aero Blue #BAF5D8

Tints of Aero Blue #BAF5D8

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.87%

 BLUE value IS 216 (84.77% from 255) = 33.38%

R = 28.75%
G = 37.87%
B = 33.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#BAF5D8 (or 0xBAF5D8) is known color: Aero Blue. HEX triplet: BA, F5 and D8. RGB value is (186,245,216). Sum of RGB (Red+Green+Blue) = 186+245+216=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5D8 is #450A27. Grayscale: #E0E0E0. Windows color (decimal): -4524584 or 14218682. OLE color: 14218682.

HSL color Cylindrical-coordinate representation of color #BAF5D8: hue angle of 150.51º degrees, saturation: 0.75, 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 #BAF5D8 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 216 -
CMYK 0.24 0 0.12 0.04
HSL 150.51º 0.75% 0.85% -
HSV(B) 150.51º 0.24% 0.96% -
XYZ 65.3 80.7 77.1 -
YUV 224.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 186 245 216 0.24 0 0.12 0.04 150.51 0.75 0.85
Hex BA F5 D8 18 0 C 4 97 4B 55
Octal 272 365 330 30 0 14 4 227 113 125
Binary 10111010 11110101 11011000 11000 0 1100 100 10010111 1001011 1010101

Color Harmonies of #BAF5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF5D8

Black with #BAF5D8

Text Example


Text Example

White with #BAF5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF5D8; }

 p { color: rgb(186,245,216); }

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

background-color css

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

 a { background-color: rgb(186,245,216); }

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

border-color css

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

 span { border-color: rgb(186,245,216); }

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