Html Css Color HEX #B9EDD6 Aero Blue

📋 copy color: '#B9EDD6'

red 185 ◦ green 237 ◦ blue 214

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

Shades of Aero Blue #B9EDD6

Tints of Aero Blue #B9EDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.65%

R = 29.09%
G = 37.26%
B = 33.65%

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

#B9EDD6 (or 0xB9EDD6) is known color: Aero Blue. HEX triplet: B9, ED and D6. RGB value is (185,237,214). Sum of RGB (Red+Green+Blue) = 185+237+214=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDD6 is #461229. Grayscale: #DADADA. Windows color (decimal): -4592170 or 14085561. OLE color: 14085561.

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

Color convert

RGB 185 237 214 -
CMYK 0.22 0 0.10 0.07
HSL 153.46º 0.59% 0.83% -
HSV(B) 153.46º 0.22% 0.93% -
XYZ 62.43 75.74 74.95 -
YUV 218.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 185 237 214 0.22 0 0.10 0.07 153.46 0.59 0.83
Hex B9 ED D6 16 0 A 7 99 3B 53
Octal 271 355 326 26 0 12 7 231 73 123
Binary 10111001 11101101 11010110 10110 0 1010 111 10011001 111011 1010011

Color Harmonies of #B9EDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDD6

Black with #B9EDD6

Text Example


Text Example

White with #B9EDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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