Html Css Color HEX #B3DEC5 Aero Blue

📋 copy color: '#B3DEC5'

red 179 ◦ green 222 ◦ blue 197

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

Shades of Aero Blue #B3DEC5

Tints of Aero Blue #B3DEC5

RGB

 RED value IS 179 (70.31% from 255) = 29.93%

 GREEN value IS 222 (87.11% from 255) = 37.12%

 BLUE value IS 197 (77.34% from 255) = 32.94%

R = 29.93%
G = 37.12%
B = 32.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#B3DEC5 (or 0xB3DEC5) is known color: Aero Blue. HEX triplet: B3, DE and C5. RGB value is (179,222,197). Sum of RGB (Red+Green+Blue) = 179+222+197=598 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.93% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #B3DEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DEC5 is #4C213A. Grayscale: #CECECE. Windows color (decimal): -4989243 or 12967603. OLE color: 12967603.

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

Color convert

RGB 179 222 197 -
CMYK 0.19 0 0.11 0.13
HSL 145.12º 0.39% 0.79% -
HSV(B) 145.12º 0.19% 0.87% -
XYZ 54.79 65.86 62.65 -
YUV 206.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 179 222 197 0.19 0 0.11 0.13 145.12 0.39 0.79
Hex B3 DE C5 13 0 B D 91 27 4F
Octal 263 336 305 23 0 13 15 221 47 117
Binary 10110011 11011110 11000101 10011 0 1011 1101 10010001 100111 1001111

Color Harmonies of #B3DEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DEC5

Black with #B3DEC5

Text Example


Text Example

White with #B3DEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DEC5; }

 p { color: rgb(179,222,197); }

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

background-color css

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

 a { background-color: rgb(179,222,197); }

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

border-color css

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

 span { border-color: rgb(179,222,197); }

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