Html Css Color HEX #B9EDD0 Aero Blue

📋 copy color: '#B9EDD0'

red 185 ◦ green 237 ◦ blue 208

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

Shades of Aero Blue #B9EDD0

Tints of Aero Blue #B9EDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.02%

R = 29.37%
G = 37.62%
B = 33.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#B9EDD0 (or 0xB9EDD0) is known color: Aero Blue. HEX triplet: B9, ED and D0. RGB value is (185,237,208). Sum of RGB (Red+Green+Blue) = 185+237+208=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDD0 is #46122F. Grayscale: #DADADA. Windows color (decimal): -4592176 or 13692345. OLE color: 13692345.

HSL color Cylindrical-coordinate representation of color #B9EDD0: hue angle of 146.54º 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 #B9EDD0 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 237 208 -
CMYK 0.22 0 0.12 0.07
HSL 146.54º 0.59% 0.83% -
HSV(B) 146.54º 0.22% 0.93% -
XYZ 61.68 75.44 70.98 -
YUV 218.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 185 237 208 0.22 0 0.12 0.07 146.54 0.59 0.83
Hex B9 ED D0 16 0 C 7 93 3B 53
Octal 271 355 320 26 0 14 7 223 73 123
Binary 10111001 11101101 11010000 10110 0 1100 111 10010011 111011 1010011

Color Harmonies of #B9EDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDD0

Black with #B9EDD0

Text Example


Text Example

White with #B9EDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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