Html Css Color HEX #BAF5DB Aero Blue

📋 copy color: '#BAF5DB'

red 186 ◦ green 245 ◦ blue 219

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

Shades of Aero Blue #BAF5DB

Tints of Aero Blue #BAF5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.69%

R = 28.62%
G = 37.69%
B = 33.69%

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

#BAF5DB (or 0xBAF5DB) is known color: Aero Blue. HEX triplet: BA, F5 and DB. RGB value is (186,245,219). Sum of RGB (Red+Green+Blue) = 186+245+219=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5DB is #450A24. Grayscale: #E0E0E0. Windows color (decimal): -4524581 or 14415290. OLE color: 14415290.

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

Color convert

RGB 186 245 219 -
CMYK 0.24 0 0.11 0.04
HSL 153.56º 0.75% 0.85% -
HSV(B) 153.56º 0.24% 0.96% -
XYZ 65.69 80.86 79.16 -
YUV 224.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 186 245 219 0.24 0 0.11 0.04 153.56 0.75 0.85
Hex BA F5 DB 18 0 B 4 9A 4B 55
Octal 272 365 333 30 0 13 4 232 113 125
Binary 10111010 11110101 11011011 11000 0 1011 100 10011010 1001011 1010101

Color Harmonies of #BAF5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF5DB

Black with #BAF5DB

Text Example


Text Example

White with #BAF5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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