Html Css Color HEX #B9FBDB Aero Blue

📋 copy color: '#B9FBDB'

red 185 ◦ green 251 ◦ blue 219

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

Shades of Aero Blue #B9FBDB

Tints of Aero Blue #B9FBDB

RGB

 RED value IS 185 (72.66% from 255) = 28.24%

 GREEN value IS 251 (98.44% from 255) = 38.32%

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

R = 28.24%
G = 38.32%
B = 33.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#B9FBDB (or 0xB9FBDB) is known color: Aero Blue. HEX triplet: B9, FB and DB. RGB value is (185,251,219). Sum of RGB (Red+Green+Blue) = 185+251+219=655 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.24% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FBDB is #460424. Grayscale: #E3E3E3. Windows color (decimal): -4588581 or 14416825. OLE color: 14416825.

HSL color Cylindrical-coordinate representation of color #B9FBDB: hue angle of 150.91º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FBDB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 251 219 -
CMYK 0.26 0 0.13 0.02
HSL 150.91º 0.89% 0.85% -
HSV(B) 150.91º 0.26% 0.98% -
XYZ 67.29 84.42 79.77 -
YUV 227.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 185 251 219 0.26 0 0.13 0.02 150.91 0.89 0.85
Hex B9 FB DB 1A 0 D 2 97 59 55
Octal 271 373 333 32 0 15 2 227 131 125
Binary 10111001 11111011 11011011 11010 0 1101 10 10010111 1011001 1010101

Color Harmonies of #B9FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FBDB

Black with #B9FBDB

Text Example


Text Example

White with #B9FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FBDB; }

 p { color: rgb(185,251,219); }

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

background-color css

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

 a { background-color: rgb(185,251,219); }

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

border-color css

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

 span { border-color: rgb(185,251,219); }

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