Html Css Color HEX #B8DFCD Aero Blue

📋 copy color: '#B8DFCD'

red 184 ◦ green 223 ◦ blue 205

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

Shades of Aero Blue #B8DFCD

Tints of Aero Blue #B8DFCD

RGB

 RED value IS 184 (72.27% from 255) = 30.07%

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

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

R = 30.07%
G = 36.44%
B = 33.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#B8DFCD (or 0xB8DFCD) is known color: Aero Blue. HEX triplet: B8, DF and CD. RGB value is (184,223,205). Sum of RGB (Red+Green+Blue) = 184+223+205=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFCD is #472032. Grayscale: #D1D1D1. Windows color (decimal): -4661299 or 13492152. OLE color: 13492152.

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

Color convert

RGB 184 223 205 -
CMYK 0.17 0 0.08 0.13
HSL 152.31º 0.38% 0.8% -
HSV(B) 152.31º 0.17% 0.87% -
XYZ 57.17 67.37 67.75 -
YUV 209.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 184 223 205 0.17 0 0.08 0.13 152.31 0.38 0.8
Hex B8 DF CD 11 0 8 D 98 26 50
Octal 270 337 315 21 0 10 15 230 46 120
Binary 10111000 11011111 11001101 10001 0 1000 1101 10011000 100110 1010000

Color Harmonies of #B8DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DFCD

Black with #B8DFCD

Text Example


Text Example

White with #B8DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DFCD; }

 p { color: rgb(184,223,205); }

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

background-color css

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

 a { background-color: rgb(184,223,205); }

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

border-color css

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

 span { border-color: rgb(184,223,205); }

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