Html Css Color HEX #B9F1CF Aero Blue

📋 copy color: '#B9F1CF'

red 185 ◦ green 241 ◦ blue 207

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

Shades of Aero Blue #B9F1CF

Tints of Aero Blue #B9F1CF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.07%

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

R = 29.23%
G = 38.07%
B = 32.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#B9F1CF (or 0xB9F1CF) is known color: Aero Blue. HEX triplet: B9, F1 and CF. RGB value is (185,241,207). Sum of RGB (Red+Green+Blue) = 185+241+207=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F1CF is #460E30. Grayscale: #DCDCDC. Windows color (decimal): -4591153 or 13627833. OLE color: 13627833.

HSL color Cylindrical-coordinate representation of color #B9F1CF: hue angle of 143.57º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9F1CF is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 241 207 -
CMYK 0.23 0 0.14 0.05
HSL 143.57º 0.67% 0.84% -
HSV(B) 143.57º 0.23% 0.95% -
XYZ 62.73 77.73 70.73 -
YUV 220.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 185 241 207 0.23 0 0.14 0.05 143.57 0.67 0.84
Hex B9 F1 CF 17 0 E 5 90 43 54
Octal 271 361 317 27 0 16 5 220 103 124
Binary 10111001 11110001 11001111 10111 0 1110 101 10010000 1000011 1010100

Color Harmonies of #B9F1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F1CF

Black with #B9F1CF

Text Example


Text Example

White with #B9F1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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