#B7F3CD

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

Shades of Aero Blue #B7F3CD

Tints of Aero Blue #B7F3CD

Color information

#B7F3CD (or 0xB7F3CD) is unknown color: approx Aero Blue. HEX triplet: B7, F3 and CD. RGB value is (183,243,205). Sum of RGB (Red+Green+Blue) = 183+243+205=631 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.00% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F3CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F3CD is #480C32. Grayscale: #DCDCDC. Windows color (decimal): -4721715 or 13497271. OLE color: 13497271.

HSL color Cylindrical-coordinate representation of color #B7F3CD: hue angle of 142º 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 #B7F3CD is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB183243205-
CMYK0.2500.160.05
HSL142º71.43%83.53%-
HSV(B)142º24.69%95.29%-
XYZ62.678.5869.63-
YUV220.73119.12101.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.00%
GREEN value IS 243 (95.31% from 255) = 38.51%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=29.00%
G=38.51%
B=32.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1832432050.2500.160.0514271.4383.53
HexB7F3CD1901058e4754
Octal267363315310205216107124
Binary101101111111001111001101110010100001011000111010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F3CD; }

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

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

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

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

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

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

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

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