Html Css Color HEX #BFF7DA Aero Blue

📋 copy color: '#BFF7DA'

red 191 ◦ green 247 ◦ blue 218

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

Shades of Aero Blue #BFF7DA

Tints of Aero Blue #BFF7DA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.65%

 BLUE value IS 218 (85.55% from 255) = 33.23%

R = 29.12%
G = 37.65%
B = 33.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#BFF7DA (or 0xBFF7DA) is known color: Aero Blue. HEX triplet: BF, F7 and DA. RGB value is (191,247,218). Sum of RGB (Red+Green+Blue) = 191+247+218=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7DA is #400825. Grayscale: #E3E3E3. Windows color (decimal): -4196390 or 14350271. OLE color: 14350271.

HSL color Cylindrical-coordinate representation of color #BFF7DA: hue angle of 148.93º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF7DA is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 247 218 -
CMYK 0.23 0 0.12 0.03
HSL 148.93º 0.78% 0.86% -
HSV(B) 148.93º 0.23% 0.97% -
XYZ 67.4 82.66 78.73 -
YUV 226.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 191 247 218 0.23 0 0.12 0.03 148.93 0.78 0.86
Hex BF F7 DA 17 0 C 3 95 4E 56
Octal 277 367 332 27 0 14 3 225 116 126
Binary 10111111 11110111 11011010 10111 0 1100 11 10010101 1001110 1010110

Color Harmonies of #BFF7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF7DA

Black with #BFF7DA

Text Example


Text Example

White with #BFF7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF7DA; }

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

 H1.HeaderClassName
 {
   color: #BFF7DA;
 }
 .AnyTagClassName
 {
   color: #BFF7DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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