Html Css Color HEX #B9F6DC Aero Blue

📋 copy color: '#B9F6DC'

red 185 ◦ green 246 ◦ blue 220

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

Shades of Aero Blue #B9F6DC

Tints of Aero Blue #B9F6DC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.79%

 BLUE value IS 220 (86.33% from 255) = 33.79%

R = 28.42%
G = 37.79%
B = 33.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#B9F6DC (or 0xB9F6DC) is known color: Aero Blue. HEX triplet: B9, F6 and DC. RGB value is (185,246,220). Sum of RGB (Red+Green+Blue) = 185+246+220=651 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.42% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 246 - color contains mainly: green. Hex color #B9F6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F6DC is #460923. Grayscale: #E0E0E0. Windows color (decimal): -4589860 or 14481081. OLE color: 14481081.

HSL color Cylindrical-coordinate representation of color #B9F6DC: hue angle of 154.43º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9F6DC is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 246 220 -
CMYK 0.25 0 0.11 0.04
HSL 154.43º 0.77% 0.85% -
HSV(B) 154.43º 0.25% 0.96% -
XYZ 65.88 81.39 79.95 -
YUV 224.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 185 246 220 0.25 0 0.11 0.04 154.43 0.77 0.85
Hex B9 F6 DC 19 0 B 4 9A 4D 55
Octal 271 366 334 31 0 13 4 232 115 125
Binary 10111001 11110110 11011100 11001 0 1011 100 10011010 1001101 1010101

Color Harmonies of #B9F6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F6DC

Black with #B9F6DC

Text Example


Text Example

White with #B9F6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F6DC; }

 p { color: rgb(185,246,220); }

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

background-color css

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

 a { background-color: rgb(185,246,220); }

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

border-color css

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

 span { border-color: rgb(185,246,220); }

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