#B5EBCF

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

Shades of Aero Blue #B5EBCF

Tints of Aero Blue #B5EBCF

Color information

#B5EBCF (or 0xB5EBCF) is unknown color: approx Aero Blue. HEX triplet: B5, EB and CF. RGB value is (181,235,207). Sum of RGB (Red+Green+Blue) = 181+235+207=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBCF is #4A1430. Grayscale: #D7D7D7. Windows color (decimal): -4854833 or 13626293. OLE color: 13626293.

HSL color Cylindrical-coordinate representation of color #B5EBCF: hue angle of 148.89º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5EBCF is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB181235207-
CMYK0.2300.120.08
HSL148.89º57.45%81.57%-
HSV(B)148.89º22.98%92.16%-
XYZ60.0373.7570.1-
YUV215.66123.11103.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.05%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=29.05%
G=37.72%
B=33.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812352070.2300.120.08148.8957.4581.57
HexB5EBCF170C8953952
Octal265353317270141022571122
Binary10110101111010111100111110111011001000100101011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EBCF; }

 p { color: rgb(181,235,207); }

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

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

 a { background-color: rgb(181,235,207); }

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

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

 span { border-color: rgb(181,235,207); }

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