Html Css Color HEX #BAFEDA Aero Blue

📋 copy color: '#BAFEDA'

red 186 ◦ green 254 ◦ blue 218

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

Shades of Aero Blue #BAFEDA

Tints of Aero Blue #BAFEDA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.6%

 BLUE value IS 218 (85.55% from 255) = 33.13%

R = 28.27%
G = 38.6%
B = 33.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#BAFEDA (or 0xBAFEDA) is known color: Aero Blue. HEX triplet: BA, FE and DA. RGB value is (186,254,218). Sum of RGB (Red+Green+Blue) = 186+254+218=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEDA is #450125. Grayscale: #E5E5E5. Windows color (decimal): -4522278 or 14352058. OLE color: 14352058.

HSL color Cylindrical-coordinate representation of color #BAFEDA: hue angle of 148.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFEDA is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 254 218 -
CMYK 0.27 0 0.14 0.00
HSL 148.24º 0.97% 0.86% -
HSV(B) 148.24º 0.27% 1% -
XYZ 68.35 86.38 79.4 -
YUV 229.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 186 254 218 0.27 0 0.14 0.00 148.24 0.97 0.86
Hex BA FE DA 1B 0 E 0 94 61 56
Octal 272 376 332 33 0 16 0 224 141 126
Binary 10111010 11111110 11011010 11011 0 1110 0 10010100 1100001 1010110

Color Harmonies of #BAFEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFEDA

Black with #BAFEDA

Text Example


Text Example

White with #BAFEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFEDA; }

 p { color: rgb(186,254,218); }

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

background-color css

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

 a { background-color: rgb(186,254,218); }

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

border-color css

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

 span { border-color: rgb(186,254,218); }

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