#BEFFD8

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

Shades of Aero Blue #BEFFD8

Tints of Aero Blue #BEFFD8

Color information

#BEFFD8 (or 0xBEFFD8) is unknown color: approx Aero Blue. HEX triplet: BE, FF and D8. RGB value is (190,255,216). Sum of RGB (Red+Green+Blue) = 190+255+216=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFD8 is #410027. Grayscale: #E7E7E7. Windows color (decimal): -4259880 or 14221246. OLE color: 14221246.

HSL color Cylindrical-coordinate representation of color #BEFFD8: hue angle of 144º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFD8 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB190255216-
CMYK0.2500.150
HSL144º100%87.25%-
HSV(B)144º25.49%100%-
XYZ69.3987.4378.18-
YUV231.12119.4798.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.74%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 216 (84.77% from 255) = 32.68%
R=28.74%
G=38.58%
B=32.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552160.2500.15014410087.25
HexBEFFD8190F0906457
Octal276377330310170220144127
Binary101111101111111111011000110010111101001000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFD8; }

 p { color: rgb(190,255,216); }

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

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

 a { background-color: rgb(190,255,216); }

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

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

 span { border-color: rgb(190,255,216); }

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