Html Css Color HEX #B9FCDD Aero Blue

📋 copy color: '#B9FCDD'

red 185 ◦ green 252 ◦ blue 221

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

Shades of Aero Blue #B9FCDD

Tints of Aero Blue #B9FCDD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.3%

 BLUE value IS 221 (86.72% from 255) = 33.59%

R = 28.12%
G = 38.3%
B = 33.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#B9FCDD (or 0xB9FCDD) is known color: Aero Blue. HEX triplet: B9, FC and DD. RGB value is (185,252,221). Sum of RGB (Red+Green+Blue) = 185+252+221=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCDD is #460322. Grayscale: #E4E4E4. Windows color (decimal): -4588323 or 14548153. OLE color: 14548153.

HSL color Cylindrical-coordinate representation of color #B9FCDD: hue angle of 152.24º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FCDD is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 252 221 -
CMYK 0.27 0 0.12 0.01
HSL 152.24º 0.92% 0.86% -
HSV(B) 152.24º 0.27% 0.99% -
XYZ 67.87 85.16 81.27 -
YUV 228.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 185 252 221 0.27 0 0.12 0.01 152.24 0.92 0.86
Hex B9 FC DD 1B 0 C 1 98 5C 56
Octal 271 374 335 33 0 14 1 230 134 126
Binary 10111001 11111100 11011101 11011 0 1100 1 10011000 1011100 1010110

Color Harmonies of #B9FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FCDD

Black with #B9FCDD

Text Example


Text Example

White with #B9FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FCDD; }

 p { color: rgb(185,252,221); }

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

background-color css

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

 a { background-color: rgb(185,252,221); }

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

border-color css

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

 span { border-color: rgb(185,252,221); }

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