Html Css Color HEX #BAF9DB Aero Blue

📋 copy color: '#BAF9DB'

red 186 ◦ green 249 ◦ blue 219

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

Shades of Aero Blue #BAF9DB

Tints of Aero Blue #BAF9DB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.07%

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

R = 28.44%
G = 38.07%
B = 33.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#BAF9DB (or 0xBAF9DB) is known color: Aero Blue. HEX triplet: BA, F9 and DB. RGB value is (186,249,219). Sum of RGB (Red+Green+Blue) = 186+249+219=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9DB is #450624. Grayscale: #E2E2E2. Windows color (decimal): -4523557 or 14416314. OLE color: 14416314.

HSL color Cylindrical-coordinate representation of color #BAF9DB: hue angle of 151.43º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9DB is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 219 -
CMYK 0.25 0 0.12 0.02
HSL 151.43º 0.84% 0.85% -
HSV(B) 151.43º 0.25% 0.98% -
XYZ 66.91 83.3 79.57 -
YUV 226.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 186 249 219 0.25 0 0.12 0.02 151.43 0.84 0.85
Hex BA F9 DB 19 0 C 2 97 54 55
Octal 272 371 333 31 0 14 2 227 124 125
Binary 10111010 11111001 11011011 11001 0 1100 10 10010111 1010100 1010101

Color Harmonies of #BAF9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF9DB

Black with #BAF9DB

Text Example


Text Example

White with #BAF9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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