Html Css Color HEX #BFF9DD Aero Blue

📋 copy color: '#BFF9DD'

red 191 ◦ green 249 ◦ blue 221

#BFF9DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #BFF9DD

Tints of Aero Blue #BFF9DD

RGB

 RED value IS 191 (75% from 255) = 28.9%

 GREEN value IS 249 (97.66% from 255) = 37.67%

 BLUE value IS 221 (86.72% from 255) = 33.43%

R = 28.9%
G = 37.67%
B = 33.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#BFF9DD (or 0xBFF9DD) is known color: 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

RGB 191 249 221 -
CMYK 0.23 0 0.11 0.02
HSL 151.03º 0.83% 0.86% -
HSV(B) 151.03º 0.23% 0.98% -
XYZ 68.41 84.05 81.02 -
YUV 228.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 191 249 221 0.23 0 0.11 0.02 151.03 0.83 0.86
Hex BF F9 DD 17 0 B 2 97 53 56
Octal 277 371 335 27 0 13 2 227 123 126
Binary 10111111 11111001 11011101 10111 0 1011 10 10010111 1010011 1010110

Color Harmonies of #BFF9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF9DD

Black with #BFF9DD

Text Example


Text Example

White with #BFF9DD

Text Example


Text Example

HTML Codes & Css Web 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>