#B7EFCD

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

Shades of Aero Blue #B7EFCD

Tints of Aero Blue #B7EFCD

Color information

#B7EFCD (or 0xB7EFCD) is unknown color: approx Aero Blue. HEX triplet: B7, EF and CD. RGB value is (183,239,205). Sum of RGB (Red+Green+Blue) = 183+239+205=627 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.19% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #B7EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EFCD is #481032. Grayscale: #DADADA. Windows color (decimal): -4722739 or 13496247. OLE color: 13496247.

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

Color convert

RGB183239205-
CMYK0.2300.140.06
HSL143.57º63.64%82.75%-
HSV(B)143.57º23.43%93.73%-
XYZ61.4176.2169.23-
YUV218.38120.45102.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.19%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=29.19%
G=38.12%
B=32.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832392050.2300.140.06143.5763.6482.75
HexB7EFCD170E6904053
Octal267357315270166220100123
Binary10110111111011111100110110111011101101001000010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EFCD; }

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

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

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

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

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

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

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

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