Html Css Color HEX #BAFDDB Aero Blue

📋 copy color: '#BAFDDB'

red 186 ◦ green 253 ◦ blue 219

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

Shades of Aero Blue #BAFDDB

Tints of Aero Blue #BAFDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.45%

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

R = 28.27%
G = 38.45%
B = 33.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#BAFDDB (or 0xBAFDDB) is known color: Aero Blue. HEX triplet: BA, FD and DB. RGB value is (186,253,219). Sum of RGB (Red+Green+Blue) = 186+253+219=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDDB is #450224. Grayscale: #E5E5E5. Windows color (decimal): -4522533 or 14417338. OLE color: 14417338.

HSL color Cylindrical-coordinate representation of color #BAFDDB: hue angle of 149.55º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDDB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 253 219 -
CMYK 0.26 0 0.13 0.01
HSL 149.55º 0.94% 0.86% -
HSV(B) 149.55º 0.26% 0.99% -
XYZ 68.16 85.8 79.99 -
YUV 229.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 186 253 219 0.26 0 0.13 0.01 149.55 0.94 0.86
Hex BA FD DB 1A 0 D 1 96 5E 56
Octal 272 375 333 32 0 15 1 226 136 126
Binary 10111010 11111101 11011011 11010 0 1101 1 10010110 1011110 1010110

Color Harmonies of #BAFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFDDB

Black with #BAFDDB

Text Example


Text Example

White with #BAFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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