Html Css Color HEX #B9E3CB Aero Blue

📋 copy color: '#B9E3CB'

red 185 ◦ green 227 ◦ blue 203

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

Shades of Aero Blue #B9E3CB

Tints of Aero Blue #B9E3CB

RGB

 RED value IS 185 (72.66% from 255) = 30.08%

 GREEN value IS 227 (89.06% from 255) = 36.91%

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

R = 30.08%
G = 36.91%
B = 33.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#B9E3CB (or 0xB9E3CB) is known color: Aero Blue. HEX triplet: B9, E3 and CB. RGB value is (185,227,203). Sum of RGB (Red+Green+Blue) = 185+227+203=615 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.08% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E3CB is #461C34. Grayscale: #D3D3D3. Windows color (decimal): -4594741 or 13362105. OLE color: 13362105.

HSL color Cylindrical-coordinate representation of color #B9E3CB: hue angle of 145.71º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9E3CB is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 227 203 -
CMYK 0.19 0 0.11 0.11
HSL 145.71º 0.43% 0.81% -
HSV(B) 145.71º 0.19% 0.89% -
XYZ 58.26 69.56 66.86 -
YUV 211.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 185 227 203 0.19 0 0.11 0.11 145.71 0.43 0.81
Hex B9 E3 CB 13 0 B B 92 2B 51
Octal 271 343 313 23 0 13 13 222 53 121
Binary 10111001 11100011 11001011 10011 0 1011 1011 10010010 101011 1010001

Color Harmonies of #B9E3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E3CB

Black with #B9E3CB

Text Example


Text Example

White with #B9E3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E3CB; }

 p { color: rgb(185,227,203); }

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

background-color css

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

 a { background-color: rgb(185,227,203); }

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

border-color css

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

 span { border-color: rgb(185,227,203); }

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