Html Css Color HEX #BAF2DB Aero Blue

📋 copy color: '#BAF2DB'

red 186 ◦ green 242 ◦ blue 219

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

Shades of Aero Blue #BAF2DB

Tints of Aero Blue #BAF2DB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.4%

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

R = 28.75%
G = 37.4%
B = 33.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#BAF2DB (or 0xBAF2DB) is known color: Aero Blue. HEX triplet: BA, F2 and DB. RGB value is (186,242,219). Sum of RGB (Red+Green+Blue) = 186+242+219=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2DB is #450D24. Grayscale: #DEDEDE. Windows color (decimal): -4525349 or 14414522. OLE color: 14414522.

HSL color Cylindrical-coordinate representation of color #BAF2DB: hue angle of 155.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF2DB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 219 -
CMYK 0.23 0 0.10 0.05
HSL 155.36º 0.68% 0.84% -
HSV(B) 155.36º 0.23% 0.95% -
XYZ 64.79 79.06 78.86 -
YUV 222.63 125.95 101.87 -
System Red Green Blue C M Y K H S L
Decimal 186 242 219 0.23 0 0.10 0.05 155.36 0.68 0.84
Hex BA F2 DB 17 0 A 5 9B 44 54
Octal 272 362 333 27 0 12 5 233 104 124
Binary 10111010 11110010 11011011 10111 0 1010 101 10011011 1000100 1010100

Color Harmonies of #BAF2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF2DB

Black with #BAF2DB

Text Example


Text Example

White with #BAF2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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