#B7F1CF

Color #B7F1CF Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #B7F1CF

Tints of Aero Blue #B7F1CF

Color information

#B7F1CF (or 0xB7F1CF) is unknown color: approx Aero Blue. HEX triplet: B7, F1 and CF. RGB value is (183,241,207). Sum of RGB (Red+Green+Blue) = 183+241+207=631 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.00% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F1CF is #480E30. Grayscale: #DBDBDB. Windows color (decimal): -4722225 or 13627831. OLE color: 13627831.

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

Color convert

RGB183241207-
CMYK0.2400.140.05
HSL144.83º67.44%83.14%-
HSV(B)144.83º24.07%94.51%-
XYZ62.2577.4870.71-
YUV219.78120.78101.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.00%
GREEN value IS 241 (94.53% from 255) = 38.19%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=29.00%
G=38.19%
B=32.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1832412070.2400.140.05144.8367.4483.14
HexB7F1CF180E5914353
Octal267361317300165221103123
Binary10110111111100011100111111000011101011001000110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F1CF; }

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

 H1.HeaderClassName
 {
   color: #B7F1CF;
 }
 .AnyTagClassName
 {
   color: #B7F1CF;
 }
</style>
background-color css

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

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

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

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

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

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