#BEEACF

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

Shades of Aero Blue #BEEACF

Tints of Aero Blue #BEEACF

Color information

#BEEACF (or 0xBEEACF) is unknown color: approx Aero Blue. HEX triplet: BE, EA and CF. RGB value is (190,234,207). Sum of RGB (Red+Green+Blue) = 190+234+207=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEACF is #411530. Grayscale: #D9D9D9. Windows color (decimal): -4265265 or 13626046. OLE color: 13626046.

HSL color Cylindrical-coordinate representation of color #BEEACF: hue angle of 143.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEACF is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB190234207-
CMYK0.1900.120.08
HSL143.18º51.16%83.14%-
HSV(B)143.18º18.8%91.76%-
XYZ61.9274.370.11-
YUV217.77121.92108.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=30.11%
G=37.08%
B=32.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902342070.1900.120.08143.1851.1683.14
HexBEEACF130C88f3353
Octal276352317230141021763123
Binary10111110111010101100111110011011001000100011111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEACF; }

 p { color: rgb(190,234,207); }

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

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

 a { background-color: rgb(190,234,207); }

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

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

 span { border-color: rgb(190,234,207); }

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