#BFF9DD

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

Shades of Aero Blue #BFF9DD

Tints of Aero Blue #BFF9DD

Color information

#BFF9DD (or 0xBFF9DD) is unknown color: approx Aero Blue. HEX triplet: BF, F9 and DD. RGB value is (191,249,221). Sum of RGB (Red+Green+Blue) = 191+249+221=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9DD is #400622. Grayscale: #E4E4E4. Windows color (decimal): -4195875 or 14547391. OLE color: 14547391.

HSL color Cylindrical-coordinate representation of color #BFF9DD: hue angle of 151.03º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9DD is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB191249221-
CMYK0.2300.110.02
HSL151.03º82.86%86.27%-
HSV(B)151.03º23.29%97.65%-
XYZ68.4184.0581.02-
YUV228.47123.78101.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.90%
GREEN value IS 249 (97.66% from 255) = 37.67%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=28.90%
G=37.67%
B=33.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912492210.2300.110.02151.0382.8686.27
HexBFF9DD170B2975356
Octal277371335270132227123126
Binary1011111111111001110111011011101011101001011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9DD; }

 p { color: rgb(191,249,221); }

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

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

 a { background-color: rgb(191,249,221); }

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

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

 span { border-color: rgb(191,249,221); }

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