Html Css Color HEX #BAEFD4 Aero Blue

📋 copy color: '#BAEFD4'

red 186 ◦ green 239 ◦ blue 212

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

Shades of Aero Blue #BAEFD4

Tints of Aero Blue #BAEFD4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.52%

 BLUE value IS 212 (83.2% from 255) = 33.28%

R = 29.2%
G = 37.52%
B = 33.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#BAEFD4 (or 0xBAEFD4) is known color: Aero Blue. HEX triplet: BA, EF and D4. RGB value is (186,239,212). Sum of RGB (Red+Green+Blue) = 186+239+212=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFD4 is #45102B. Grayscale: #DCDCDC. Windows color (decimal): -4526124 or 13955002. OLE color: 13955002.

HSL color Cylindrical-coordinate representation of color #BAEFD4: hue angle of 149.43º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFD4 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 239 212 -
CMYK 0.22 0 0.11 0.06
HSL 149.43º 0.62% 0.83% -
HSV(B) 149.43º 0.22% 0.94% -
XYZ 63 76.93 73.82 -
YUV 220.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 186 239 212 0.22 0 0.11 0.06 149.43 0.62 0.83
Hex BA EF D4 16 0 B 6 95 3E 53
Octal 272 357 324 26 0 13 6 225 76 123
Binary 10111010 11101111 11010100 10110 0 1011 110 10010101 111110 1010011

Color Harmonies of #BAEFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFD4

Black with #BAEFD4

Text Example


Text Example

White with #BAEFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFD4; }

 p { color: rgb(186,239,212); }

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

background-color css

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

 a { background-color: rgb(186,239,212); }

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

border-color css

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

 span { border-color: rgb(186,239,212); }

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