#B5C9EB

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

Shades of Tropical Blue #B5C9EB

Tints of Tropical Blue #B5C9EB

Color information

#B5C9EB (or 0xB5C9EB) is unknown color: approx Tropical Blue. HEX triplet: B5, C9 and EB. RGB value is (181,201,235). Sum of RGB (Red+Green+Blue) = 181+201+235=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5C9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C9EB is #4A3614. Grayscale: #C6C6C6. Windows color (decimal): -4863509 or 15452597. OLE color: 15452597.

HSL color Cylindrical-coordinate representation of color #B5C9EB: hue angle of 217.78º 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 #B5C9EB is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181201235-
CMYK0.230.1400.08
HSL217.78º57.45%81.57%-
HSV(B)217.78º22.98%92.16%-
XYZ54.9457.686.82-
YUV198.9148.37115.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.34%
GREEN value IS 201 (78.91% from 255) = 32.58%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=29.34%
G=32.58%
B=38.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812012350.230.1400.08217.7857.4581.57
HexB5C9EB17E08da3952
Octal265311353271601033271122
Binary10110101110010011110101110111111001000110110101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C9EB; }

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

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

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

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

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

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

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

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