Html Css Color HEX #BAF7DC Aero Blue

📋 copy color: '#BAF7DC'

red 186 ◦ green 247 ◦ blue 220

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

Shades of Aero Blue #BAF7DC

Tints of Aero Blue #BAF7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.83%

 BLUE value IS 220 (86.33% from 255) = 33.69%

R = 28.48%
G = 37.83%
B = 33.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#BAF7DC (or 0xBAF7DC) is known color: Aero Blue. HEX triplet: BA, F7 and DC. RGB value is (186,247,220). Sum of RGB (Red+Green+Blue) = 186+247+220=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF7DC is #450823. Grayscale: #E1E1E1. Windows color (decimal): -4524068 or 14481338. OLE color: 14481338.

HSL color Cylindrical-coordinate representation of color #BAF7DC: hue angle of 153.44º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF7DC is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 220 -
CMYK 0.25 0 0.11 0.03
HSL 153.44º 0.79% 0.85% -
HSV(B) 153.44º 0.25% 0.97% -
XYZ 66.43 82.13 80.06 -
YUV 225.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 186 247 220 0.25 0 0.11 0.03 153.44 0.79 0.85
Hex BA F7 DC 19 0 B 3 99 4F 55
Octal 272 367 334 31 0 13 3 231 117 125
Binary 10111010 11110111 11011100 11001 0 1011 11 10011001 1001111 1010101

Color Harmonies of #BAF7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF7DC

Black with #BAF7DC

Text Example


Text Example

White with #BAF7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF7DC; }

 p { color: rgb(186,247,220); }

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

background-color css

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

 a { background-color: rgb(186,247,220); }

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

border-color css

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

 span { border-color: rgb(186,247,220); }

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