Html Css Color HEX #BAF9DD Aero Blue

📋 copy color: '#BAF9DD'

red 186 ◦ green 249 ◦ blue 221

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

Shades of Aero Blue #BAF9DD

Tints of Aero Blue #BAF9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.69%

R = 28.35%
G = 37.96%
B = 33.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#BAF9DD (or 0xBAF9DD) is known color: Aero Blue. HEX triplet: BA, F9 and DD. RGB value is (186,249,221). Sum of RGB (Red+Green+Blue) = 186+249+221=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9DD is #450622. Grayscale: #E3E3E3. Windows color (decimal): -4523555 or 14547386. OLE color: 14547386.

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

Color convert

RGB 186 249 221 -
CMYK 0.25 0 0.11 0.02
HSL 153.33º 0.84% 0.85% -
HSV(B) 153.33º 0.25% 0.98% -
XYZ 67.18 83.41 80.97 -
YUV 226.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 186 249 221 0.25 0 0.11 0.02 153.33 0.84 0.85
Hex BA F9 DD 19 0 B 2 99 54 55
Octal 272 371 335 31 0 13 2 231 124 125
Binary 10111010 11111001 11011101 11001 0 1011 10 10011001 1010100 1010101

Color Harmonies of #BAF9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF9DD

Black with #BAF9DD

Text Example


Text Example

White with #BAF9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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