Html Css Color HEX #B7DFCC Aero Blue

📋 copy color: '#B7DFCC'

red 183 ◦ green 223 ◦ blue 204

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

Shades of Aero Blue #B7DFCC

Tints of Aero Blue #B7DFCC

RGB

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

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

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

R = 30%
G = 36.56%
B = 33.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#B7DFCC (or 0xB7DFCC) is known color: Aero Blue. HEX triplet: B7, DF and CC. RGB value is (183,223,204). Sum of RGB (Red+Green+Blue) = 183+223+204=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFCC is #482033. Grayscale: #D0D0D0. Windows color (decimal): -4726836 or 13426615. OLE color: 13426615.

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

Color convert

RGB 183 223 204 -
CMYK 0.18 0 0.09 0.13
HSL 151.5º 0.38% 0.8% -
HSV(B) 151.5º 0.18% 0.87% -
XYZ 56.82 67.2 67.1 -
YUV 208.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 183 223 204 0.18 0 0.09 0.13 151.5 0.38 0.8
Hex B7 DF CC 12 0 9 D 98 26 50
Octal 267 337 314 22 0 11 15 230 46 120
Binary 10110111 11011111 11001100 10010 0 1001 1101 10011000 100110 1010000

Color Harmonies of #B7DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DFCC

Black with #B7DFCC

Text Example


Text Example

White with #B7DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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