Html Css Color HEX #B8DFCE Aero Blue

📋 copy color: '#B8DFCE'

red 184 ◦ green 223 ◦ blue 206

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

Shades of Aero Blue #B8DFCE

Tints of Aero Blue #B8DFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.61%

R = 30.02%
G = 36.38%
B = 33.61%

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

#B8DFCE (or 0xB8DFCE) is known color: Aero Blue. HEX triplet: B8, DF and CE. RGB value is (184,223,206). Sum of RGB (Red+Green+Blue) = 184+223+206=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFCE is #472031. Grayscale: #D1D1D1. Windows color (decimal): -4661298 or 13557688. OLE color: 13557688.

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

Color convert

RGB 184 223 206 -
CMYK 0.17 0 0.08 0.13
HSL 153.85º 0.38% 0.8% -
HSV(B) 153.85º 0.17% 0.87% -
XYZ 57.3 67.42 68.39 -
YUV 209.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 184 223 206 0.17 0 0.08 0.13 153.85 0.38 0.8
Hex B8 DF CE 11 0 8 D 9A 26 50
Octal 270 337 316 21 0 10 15 232 46 120
Binary 10111000 11011111 11001110 10001 0 1000 1101 10011010 100110 1010000

Color Harmonies of #B8DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DFCE

Black with #B8DFCE

Text Example


Text Example

White with #B8DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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