Html Css Color HEX #B9FBDC Aero Blue

📋 copy color: '#B9FBDC'

red 185 ◦ green 251 ◦ blue 220

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

Shades of Aero Blue #B9FBDC

Tints of Aero Blue #B9FBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.54%

R = 28.2%
G = 38.26%
B = 33.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#B9FBDC (or 0xB9FBDC) is known color: Aero Blue. HEX triplet: B9, FB and DC. RGB value is (185,251,220). Sum of RGB (Red+Green+Blue) = 185+251+220=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FBDC is #460423. Grayscale: #E3E3E3. Windows color (decimal): -4588580 or 14482361. OLE color: 14482361.

HSL color Cylindrical-coordinate representation of color #B9FBDC: hue angle of 151.82º 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 #B9FBDC is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 251 220 -
CMYK 0.26 0 0.12 0.02
HSL 151.82º 0.89% 0.85% -
HSV(B) 151.82º 0.26% 0.98% -
XYZ 67.42 84.48 80.46 -
YUV 227.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 185 251 220 0.26 0 0.12 0.02 151.82 0.89 0.85
Hex B9 FB DC 1A 0 C 2 98 59 55
Octal 271 373 334 32 0 14 2 230 131 125
Binary 10111001 11111011 11011100 11010 0 1100 10 10011000 1011001 1010101

Color Harmonies of #B9FBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FBDC

Black with #B9FBDC

Text Example


Text Example

White with #B9FBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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