Html Css Color HEX #BAF5D5 Aero Blue

📋 copy color: '#BAF5D5'

red 186 ◦ green 245 ◦ blue 213

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

Shades of Aero Blue #BAF5D5

Tints of Aero Blue #BAF5D5

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.04%

 BLUE value IS 213 (83.59% from 255) = 33.07%

R = 28.88%
G = 38.04%
B = 33.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#BAF5D5 (or 0xBAF5D5) is known color: Aero Blue. HEX triplet: BA, F5 and D5. RGB value is (186,245,213). Sum of RGB (Red+Green+Blue) = 186+245+213=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 245 (96.09% from 255 or 38.04% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5D5 is #450A2A. Grayscale: #DFDFDF. Windows color (decimal): -4524587 or 14022074. OLE color: 14022074.

HSL color Cylindrical-coordinate representation of color #BAF5D5: hue angle of 147.46º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF5D5 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 213 -
CMYK 0.24 0 0.13 0.04
HSL 147.46º 0.75% 0.85% -
HSV(B) 147.46º 0.24% 0.96% -
XYZ 64.91 80.55 75.08 -
YUV 223.71 121.95 101.1 -
System Red Green Blue C M Y K H S L
Decimal 186 245 213 0.24 0 0.13 0.04 147.46 0.75 0.85
Hex BA F5 D5 18 0 D 4 93 4B 55
Octal 272 365 325 30 0 15 4 223 113 125
Binary 10111010 11110101 11010101 11000 0 1101 100 10010011 1001011 1010101

Color Harmonies of #BAF5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF5D5

Black with #BAF5D5

Text Example


Text Example

White with #BAF5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF5D5; }

 p { color: rgb(186,245,213); }

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

background-color css

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

 a { background-color: rgb(186,245,213); }

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

border-color css

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

 span { border-color: rgb(186,245,213); }

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