#BEEFDA

Color #BEEFDA Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #BEEFDA

Tints of Aero Blue #BEEFDA

Color information

#BEEFDA (or 0xBEEFDA) is unknown color: approx Aero Blue. HEX triplet: BE, EF and DA. RGB value is (190,239,218). Sum of RGB (Red+Green+Blue) = 190+239+218=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFDA is #411025. Grayscale: #DDDDDD. Windows color (decimal): -4263974 or 14348222. OLE color: 14348222.

HSL color Cylindrical-coordinate representation of color #BEEFDA: hue angle of 154.29º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFDA is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB190239218-
CMYK0.2100.090.06
HSL154.29º60.49%84.12%-
HSV(B)154.29º20.5%93.73%-
XYZ64.7677.7477.92-
YUV221.96125.77105.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 239 (93.75% from 255) = 36.94%
BLUE value IS 218 (85.55% from 255) = 33.69%
R=29.37%
G=36.94%
B=33.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902392180.2100.090.06154.2960.4984.12
HexBEEFDA150969a3c54
Octal27635733225011623274124
Binary1011111011101111110110101010101001110100110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFDA; }

 p { color: rgb(190,239,218); }

 H1.HeaderClassName
 {
   color: #BEEFDA;
 }
 .AnyTagClassName
 {
   color: #BEEFDA;
 }
</style>
background-color css

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

 a { background-color: rgb(190,239,218); }

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

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

 span { border-color: rgb(190,239,218); }

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