Html Css Color HEX #BFEEDA Aero Blue

📋 copy color: '#BFEEDA'

red 191 ◦ green 238 ◦ blue 218

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

Shades of Aero Blue #BFEEDA

Tints of Aero Blue #BFEEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.79%

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

R = 29.52%
G = 36.79%
B = 33.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#BFEEDA (or 0xBFEEDA) is known color: Aero Blue. HEX triplet: BF, EE and DA. RGB value is (191,238,218). Sum of RGB (Red+Green+Blue) = 191+238+218=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEDA is #401125. Grayscale: #DDDDDD. Windows color (decimal): -4198694 or 14347967. OLE color: 14347967.

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

Color convert

RGB 191 238 218 -
CMYK 0.20 0 0.08 0.07
HSL 154.47º 0.58% 0.84% -
HSV(B) 154.47º 0.2% 0.93% -
XYZ 64.72 77.29 77.84 -
YUV 221.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 191 238 218 0.20 0 0.08 0.07 154.47 0.58 0.84
Hex BF EE DA 14 0 8 7 9A 3A 54
Octal 277 356 332 24 0 10 7 232 72 124
Binary 10111111 11101110 11011010 10100 0 1000 111 10011010 111010 1010100

Color Harmonies of #BFEEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEEDA

Black with #BFEEDA

Text Example


Text Example

White with #BFEEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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