Html Css Color HEX #B7DDC9 Aero Blue

📋 copy color: '#B7DDC9'

red 183 ◦ green 221 ◦ blue 201

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

Shades of Aero Blue #B7DDC9

Tints of Aero Blue #B7DDC9

RGB

 RED value IS 183 (71.88% from 255) = 30.25%

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

 BLUE value IS 201 (78.91% from 255) = 33.22%

R = 30.25%
G = 36.53%
B = 33.22%

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

#B7DDC9 (or 0xB7DDC9) is known color: Aero Blue. HEX triplet: B7, DD and C9. RGB value is (183,221,201). Sum of RGB (Red+Green+Blue) = 183+221+201=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDC9 is #482236. Grayscale: #CFCFCF. Windows color (decimal): -4727351 or 13229495. OLE color: 13229495.

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

Color convert

RGB 183 221 201 -
CMYK 0.17 0 0.09 0.13
HSL 148.42º 0.36% 0.79% -
HSV(B) 148.42º 0.17% 0.87% -
XYZ 55.93 66 65.05 -
YUV 207.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 183 221 201 0.17 0 0.09 0.13 148.42 0.36 0.79
Hex B7 DD C9 11 0 9 D 94 24 4F
Octal 267 335 311 21 0 11 15 224 44 117
Binary 10110111 11011101 11001001 10001 0 1001 1101 10010100 100100 1001111

Color Harmonies of #B7DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DDC9

Black with #B7DDC9

Text Example


Text Example

White with #B7DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DDC9; }

 p { color: rgb(183,221,201); }

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

background-color css

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

 a { background-color: rgb(183,221,201); }

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

border-color css

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

 span { border-color: rgb(183,221,201); }

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