Html Css Color HEX #B9DDCD Aero Blue

📋 copy color: '#B9DDCD'

red 185 ◦ green 221 ◦ blue 205

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

Shades of Aero Blue #B9DDCD

Tints of Aero Blue #B9DDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.17%

 BLUE value IS 205 (80.47% from 255) = 33.55%

R = 30.28%
G = 36.17%
B = 33.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#B9DDCD (or 0xB9DDCD) is known color: Aero Blue. HEX triplet: B9, DD and CD. RGB value is (185,221,205). Sum of RGB (Red+Green+Blue) = 185+221+205=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDCD is #462232. Grayscale: #D0D0D0. Windows color (decimal): -4596275 or 13491641. OLE color: 13491641.

HSL color Cylindrical-coordinate representation of color #B9DDCD: hue angle of 153.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DDCD is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 205 -
CMYK 0.16 0 0.07 0.13
HSL 153.33º 0.35% 0.8% -
HSV(B) 153.33º 0.16% 0.87% -
XYZ 56.88 66.43 67.58 -
YUV 208.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 185 221 205 0.16 0 0.07 0.13 153.33 0.35 0.8
Hex B9 DD CD 10 0 7 D 99 23 50
Octal 271 335 315 20 0 7 15 231 43 120
Binary 10111001 11011101 11001101 10000 0 111 1101 10011001 100011 1010000

Color Harmonies of #B9DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDCD

Black with #B9DDCD

Text Example


Text Example

White with #B9DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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