#B7F3CF

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

Shades of Aero Blue #B7F3CF

Tints of Aero Blue #B7F3CF

Color information

#B7F3CF (or 0xB7F3CF) is unknown color: approx Aero Blue. HEX triplet: B7, F3 and CF. RGB value is (183,243,207). Sum of RGB (Red+Green+Blue) = 183+243+207=633 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.91% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F3CF is #480C30. Grayscale: #DDDDDD. Windows color (decimal): -4721713 or 13628343. OLE color: 13628343.

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

Color convert

RGB183243207-
CMYK0.2500.150.05
HSL144º71.43%83.53%-
HSV(B)144º24.69%95.29%-
XYZ62.8478.6770.9-
YUV220.96120.12100.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.91%
GREEN value IS 243 (95.31% from 255) = 38.39%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=28.91%
G=38.39%
B=32.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1832432070.2500.150.0514471.4383.53
HexB7F3CF190F5904754
Octal267363317310175220107124
Binary10110111111100111100111111001011111011001000010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F3CF; }

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

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

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

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

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

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

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

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