Html Css Color HEX #B3E1CB Aero Blue

📋 copy color: '#B3E1CB'

red 179 ◦ green 225 ◦ blue 203

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

Shades of Aero Blue #B3E1CB

Tints of Aero Blue #B3E1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.07%

 BLUE value IS 203 (79.69% from 255) = 33.44%

R = 29.49%
G = 37.07%
B = 33.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#B3E1CB (or 0xB3E1CB) is known color: Aero Blue. HEX triplet: B3, E1 and CB. RGB value is (179,225,203). Sum of RGB (Red+Green+Blue) = 179+225+203=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #B3E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E1CB is #4C1E34. Grayscale: #D0D0D0. Windows color (decimal): -4988469 or 13361587. OLE color: 13361587.

HSL color Cylindrical-coordinate representation of color #B3E1CB: hue angle of 151.3º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3E1CB is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 225 203 -
CMYK 0.20 0 0.10 0.12
HSL 151.3º 0.43% 0.79% -
HSV(B) 151.3º 0.2% 0.88% -
XYZ 56.3 67.75 66.61 -
YUV 208.74 124.76 106.79 -
System Red Green Blue C M Y K H S L
Decimal 179 225 203 0.20 0 0.10 0.12 151.3 0.43 0.79
Hex B3 E1 CB 14 0 A C 97 2B 4F
Octal 263 341 313 24 0 12 14 227 53 117
Binary 10110011 11100001 11001011 10100 0 1010 1100 10010111 101011 1001111

Color Harmonies of #B3E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E1CB

Black with #B3E1CB

Text Example


Text Example

White with #B3E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E1CB; }

 p { color: rgb(179,225,203); }

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

background-color css

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

 a { background-color: rgb(179,225,203); }

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

border-color css

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

 span { border-color: rgb(179,225,203); }

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