Html Css Color HEX #B9EDD5 Aero Blue

📋 copy color: '#B9EDD5'

red 185 ◦ green 237 ◦ blue 213

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

Shades of Aero Blue #B9EDD5

Tints of Aero Blue #B9EDD5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.32%

 BLUE value IS 213 (83.59% from 255) = 33.54%

R = 29.13%
G = 37.32%
B = 33.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#B9EDD5 (or 0xB9EDD5) is known color: Aero Blue. HEX triplet: B9, ED and D5. RGB value is (185,237,213). Sum of RGB (Red+Green+Blue) = 185+237+213=635 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.13% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDD5 is #46122A. Grayscale: #DADADA. Windows color (decimal): -4592171 or 14020025. OLE color: 14020025.

HSL color Cylindrical-coordinate representation of color #B9EDD5: hue angle of 152.31º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EDD5 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 237 213 -
CMYK 0.22 0 0.10 0.07
HSL 152.31º 0.59% 0.83% -
HSV(B) 152.31º 0.22% 0.93% -
XYZ 62.3 75.69 74.28 -
YUV 218.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 185 237 213 0.22 0 0.10 0.07 152.31 0.59 0.83
Hex B9 ED D5 16 0 A 7 98 3B 53
Octal 271 355 325 26 0 12 7 230 73 123
Binary 10111001 11101101 11010101 10110 0 1010 111 10011000 111011 1010011

Color Harmonies of #B9EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDD5

Black with #B9EDD5

Text Example


Text Example

White with #B9EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDD5; }

 p { color: rgb(185,237,213); }

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

background-color css

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

 a { background-color: rgb(185,237,213); }

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

border-color css

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

 span { border-color: rgb(185,237,213); }

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