Html Css Color HEX #BAF0D8 Aero Blue

📋 copy color: '#BAF0D8'

red 186 ◦ green 240 ◦ blue 216

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

Shades of Aero Blue #BAF0D8

Tints of Aero Blue #BAF0D8

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.38%

 BLUE value IS 216 (84.77% from 255) = 33.64%

R = 28.97%
G = 37.38%
B = 33.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#BAF0D8 (or 0xBAF0D8) is known color: Aero Blue. HEX triplet: BA, F0 and D8. RGB value is (186,240,216). Sum of RGB (Red+Green+Blue) = 186+240+216=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0D8 is #450F27. Grayscale: #DDDDDD. Windows color (decimal): -4525864 or 14217402. OLE color: 14217402.

HSL color Cylindrical-coordinate representation of color #BAF0D8: hue angle of 153.33º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0D8 is Cyan = 0.22, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 216 -
CMYK 0.22 0 0.1 0.06
HSL 153.33º 0.64% 0.84% -
HSV(B) 153.33º 0.23% 0.94% -
XYZ 63.8 77.72 76.6 -
YUV 221.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 186 240 216 0.22 0 0.1 0.06 153.33 0.64 0.84
Hex BA F0 D8 16 0 A 6 99 40 54
Octal 272 360 330 26 0 12 6 231 100 124
Binary 10111010 11110000 11011000 10110 0 1010 110 10011001 1000000 1010100

Color Harmonies of #BAF0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF0D8

Black with #BAF0D8

Text Example


Text Example

White with #BAF0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF0D8; }

 p { color: rgb(186,240,216); }

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

background-color css

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

 a { background-color: rgb(186,240,216); }

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

border-color css

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

 span { border-color: rgb(186,240,216); }

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