#BFEDDA

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

Shades of Aero Blue #BFEDDA

Tints of Aero Blue #BFEDDA

Color information

#BFEDDA (or 0xBFEDDA) is unknown color: approx Aero Blue. HEX triplet: BF, ED and DA. RGB value is (191,237,218). Sum of RGB (Red+Green+Blue) = 191+237+218=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDDA is #401225. Grayscale: #DDDDDD. Windows color (decimal): -4198950 or 14347711. OLE color: 14347711.

HSL color Cylindrical-coordinate representation of color #BFEDDA: hue angle of 155.22º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDDA is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB191237218-
CMYK0.1900.080.07
HSL155.22º56.1%83.92%-
HSV(B)155.22º19.41%92.94%-
XYZ64.4276.7177.74-
YUV221.08126.26106.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.57%
GREEN value IS 237 (92.97% from 255) = 36.69%
BLUE value IS 218 (85.55% from 255) = 33.75%
R=29.57%
G=36.69%
B=33.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912372180.1900.080.07155.2256.183.92
HexBFEDDA130879b3854
Octal27735533223010723370124
Binary1011111111101101110110101001101000111100110111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDDA; }

 p { color: rgb(191,237,218); }

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

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

 a { background-color: rgb(191,237,218); }

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

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

 span { border-color: rgb(191,237,218); }

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