Html Css Color HEX #B9E5CC Aero Blue

📋 copy color: '#B9E5CC'

red 185 ◦ green 229 ◦ blue 204

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

Shades of Aero Blue #B9E5CC

Tints of Aero Blue #B9E5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.06%

 BLUE value IS 204 (80.08% from 255) = 33.01%

R = 29.94%
G = 37.06%
B = 33.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#B9E5CC (or 0xB9E5CC) is known color: Aero Blue. HEX triplet: B9, E5 and CC. RGB value is (185,229,204). Sum of RGB (Red+Green+Blue) = 185+229+204=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E5CC is #461A33. Grayscale: #D5D5D5. Windows color (decimal): -4594228 or 13428153. OLE color: 13428153.

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

Color convert

RGB 185 229 204 -
CMYK 0.19 0 0.11 0.10
HSL 145.91º 0.46% 0.81% -
HSV(B) 145.91º 0.19% 0.9% -
XYZ 58.93 70.71 67.67 -
YUV 212.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 185 229 204 0.19 0 0.11 0.10 145.91 0.46 0.81
Hex B9 E5 CC 13 0 B A 92 2E 51
Octal 271 345 314 23 0 13 12 222 56 121
Binary 10111001 11100101 11001100 10011 0 1011 1010 10010010 101110 1010001

Color Harmonies of #B9E5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E5CC

Black with #B9E5CC

Text Example


Text Example

White with #B9E5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E5CC; }

 p { color: rgb(185,229,204); }

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

background-color css

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

 a { background-color: rgb(185,229,204); }

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

border-color css

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

 span { border-color: rgb(185,229,204); }

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