Html Css Color HEX #B9DFCC Aero Blue

📋 copy color: '#B9DFCC'

red 185 ◦ green 223 ◦ blue 204

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

Shades of Aero Blue #B9DFCC

Tints of Aero Blue #B9DFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.44%

 BLUE value IS 204 (80.08% from 255) = 33.33%

R = 30.23%
G = 36.44%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#B9DFCC (or 0xB9DFCC) is known color: Aero Blue. HEX triplet: B9, DF and CC. RGB value is (185,223,204). Sum of RGB (Red+Green+Blue) = 185+223+204=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFCC is #462033. Grayscale: #D1D1D1. Windows color (decimal): -4595764 or 13426617. OLE color: 13426617.

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

Color convert

RGB 185 223 204 -
CMYK 0.17 0 0.09 0.13
HSL 150º 0.37% 0.8% -
HSV(B) 150º 0.17% 0.87% -
XYZ 57.29 67.45 67.13 -
YUV 209.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 185 223 204 0.17 0 0.09 0.13 150 0.37 0.8
Hex B9 DF CC 11 0 9 D 96 25 50
Octal 271 337 314 21 0 11 15 226 45 120
Binary 10111001 11011111 11001100 10001 0 1001 1101 10010110 100101 1010000

Color Harmonies of #B9DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DFCC

Black with #B9DFCC

Text Example


Text Example

White with #B9DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DFCC; }

 p { color: rgb(185,223,204); }

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

background-color css

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

 a { background-color: rgb(185,223,204); }

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

border-color css

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

 span { border-color: rgb(185,223,204); }

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