Html Css Color HEX #B7DDC8 Aero Blue

📋 copy color: '#B7DDC8'

red 183 ◦ green 221 ◦ blue 200

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

Shades of Aero Blue #B7DDC8

Tints of Aero Blue #B7DDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.11%

R = 30.3%
G = 36.59%
B = 33.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#B7DDC8 (or 0xB7DDC8) is known color: Aero Blue. HEX triplet: B7, DD and C8. RGB value is (183,221,200). Sum of RGB (Red+Green+Blue) = 183+221+200=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDC8 is #482237. Grayscale: #CFCFCF. Windows color (decimal): -4727352 or 13163959. OLE color: 13163959.

HSL color Cylindrical-coordinate representation of color #B7DDC8: hue angle of 146.84º 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 #B7DDC8 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 221 200 -
CMYK 0.17 0 0.10 0.13
HSL 146.84º 0.36% 0.79% -
HSV(B) 146.84º 0.17% 0.87% -
XYZ 55.81 65.95 64.43 -
YUV 207.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 183 221 200 0.17 0 0.10 0.13 146.84 0.36 0.79
Hex B7 DD C8 11 0 A D 93 24 4F
Octal 267 335 310 21 0 12 15 223 44 117
Binary 10110111 11011101 11001000 10001 0 1010 1101 10010011 100100 1001111

Color Harmonies of #B7DDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DDC8

Black with #B7DDC8

Text Example


Text Example

White with #B7DDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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