Html Css Color HEX #BFFDDB Aero Blue

📋 copy color: '#BFFDDB'

red 191 ◦ green 253 ◦ blue 219

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

Shades of Aero Blue #BFFDDB

Tints of Aero Blue #BFFDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.16%

 BLUE value IS 219 (85.94% from 255) = 33.03%

R = 28.81%
G = 38.16%
B = 33.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#BFFDDB (or 0xBFFDDB) is known color: Aero Blue. HEX triplet: BF, FD and DB. RGB value is (191,253,219). Sum of RGB (Red+Green+Blue) = 191+253+219=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDDB is #400224. Grayscale: #E6E6E6. Windows color (decimal): -4194853 or 14417343. OLE color: 14417343.

HSL color Cylindrical-coordinate representation of color #BFFDDB: hue angle of 147.1º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDDB is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 219 -
CMYK 0.25 0 0.13 0.01
HSL 147.1º 0.94% 0.87% -
HSV(B) 147.1º 0.25% 0.99% -
XYZ 69.4 86.44 80.05 -
YUV 230.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 191 253 219 0.25 0 0.13 0.01 147.1 0.94 0.87
Hex BF FD DB 19 0 D 1 93 5E 57
Octal 277 375 333 31 0 15 1 223 136 127
Binary 10111111 11111101 11011011 11001 0 1101 1 10010011 1011110 1010111

Color Harmonies of #BFFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFDDB

Black with #BFFDDB

Text Example


Text Example

White with #BFFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFDDB; }

 p { color: rgb(191,253,219); }

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

background-color css

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

 a { background-color: rgb(191,253,219); }

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

border-color css

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

 span { border-color: rgb(191,253,219); }

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