Html Css Color HEX #B9E9CF Aero Blue

📋 copy color: '#B9E9CF'

red 185 ◦ green 233 ◦ blue 207

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

Shades of Aero Blue #B9E9CF

Tints of Aero Blue #B9E9CF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.28%

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

R = 29.6%
G = 37.28%
B = 33.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#B9E9CF (or 0xB9E9CF) is known color: Aero Blue. HEX triplet: B9, E9 and CF. RGB value is (185,233,207). Sum of RGB (Red+Green+Blue) = 185+233+207=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E9CF is #461630. Grayscale: #D7D7D7. Windows color (decimal): -4593201 or 13625785. OLE color: 13625785.

HSL color Cylindrical-coordinate representation of color #B9E9CF: hue angle of 147.5º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9E9CF is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 233 207 -
CMYK 0.21 0 0.11 0.09
HSL 147.5º 0.52% 0.82% -
HSV(B) 147.5º 0.21% 0.91% -
XYZ 60.41 73.1 69.96 -
YUV 215.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 185 233 207 0.21 0 0.11 0.09 147.5 0.52 0.82
Hex B9 E9 CF 15 0 B 9 94 34 52
Octal 271 351 317 25 0 13 11 224 64 122
Binary 10111001 11101001 11001111 10101 0 1011 1001 10010100 110100 1010010

Color Harmonies of #B9E9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E9CF

Black with #B9E9CF

Text Example


Text Example

White with #B9E9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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