#B5C8EC

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

Shades of Tropical Blue #B5C8EC

Tints of Tropical Blue #B5C8EC

Color information

#B5C8EC (or 0xB5C8EC) is unknown color: approx Tropical Blue. HEX triplet: B5, C8 and EC. RGB value is (181,200,236). Sum of RGB (Red+Green+Blue) = 181+200+236=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5C8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C8EC is #4A3713. Grayscale: #C6C6C6. Windows color (decimal): -4863764 or 15517877. OLE color: 15517877.

HSL color Cylindrical-coordinate representation of color #B5C8EC: hue angle of 219.27º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5C8EC is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181200236-
CMYK0.230.1500.07
HSL219.27º59.14%81.76%-
HSV(B)219.27º23.31%92.55%-
XYZ54.8557.1987.5-
YUV198.42149.21115.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.34%
GREEN value IS 200 (78.52% from 255) = 32.41%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=29.34%
G=32.41%
B=38.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812002360.230.1500.07219.2759.1481.76
HexB5C8EC17F07db3b52
Octal26531035427170733373122
Binary1011010111001000111011001011111110111110110111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C8EC; }

 p { color: rgb(181,200,236); }

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

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

 a { background-color: rgb(181,200,236); }

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

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

 span { border-color: rgb(181,200,236); }

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