Html Css Color HEX #B9ECCF Aero Blue

📋 copy color: '#B9ECCF'

red 185 ◦ green 236 ◦ blue 207

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

Shades of Aero Blue #B9ECCF

Tints of Aero Blue #B9ECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.58%

 BLUE value IS 207 (81.25% from 255) = 32.96%

R = 29.46%
G = 37.58%
B = 32.96%

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

#B9ECCF (or 0xB9ECCF) is known color: Aero Blue. HEX triplet: B9, EC and CF. RGB value is (185,236,207). Sum of RGB (Red+Green+Blue) = 185+236+207=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECCF is #461330. Grayscale: #D9D9D9. Windows color (decimal): -4592433 or 13626553. OLE color: 13626553.

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

Color convert

RGB 185 236 207 -
CMYK 0.22 0 0.12 0.07
HSL 145.88º 0.57% 0.83% -
HSV(B) 145.88º 0.22% 0.93% -
XYZ 61.27 74.81 70.24 -
YUV 217.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 185 236 207 0.22 0 0.12 0.07 145.88 0.57 0.83
Hex B9 EC CF 16 0 C 7 92 39 53
Octal 271 354 317 26 0 14 7 222 71 123
Binary 10111001 11101100 11001111 10110 0 1100 111 10010010 111001 1010011

Color Harmonies of #B9ECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ECCF

Black with #B9ECCF

Text Example


Text Example

White with #B9ECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ECCF; }

 p { color: rgb(185,236,207); }

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

background-color css

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

 a { background-color: rgb(185,236,207); }

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

border-color css

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

 span { border-color: rgb(185,236,207); }

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