#B4C6EB

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

Shades of Tropical Blue #B4C6EB

Tints of Tropical Blue #B4C6EB

Color information

#B4C6EB (or 0xB4C6EB) is unknown color: approx Tropical Blue. HEX triplet: B4, C6 and EB. RGB value is (180,198,235). Sum of RGB (Red+Green+Blue) = 180+198+235=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4C6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C6EB is #4B3914. Grayscale: #C4C4C4. Windows color (decimal): -4929813 or 15451828. OLE color: 15451828.

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

Color convert

RGB180198235-
CMYK0.230.1600.08
HSL220.36º57.89%81.37%-
HSV(B)220.36º23.4%92.16%-
XYZ54.0156.0986.58-
YUV196.84149.54115.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.36%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=29.36%
G=32.30%
B=38.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801982350.230.1600.08220.3657.8981.37
HexB4C6EB171008dc3a51
Octal264306353272001033472121
Binary101101001100011011101011101111000001000110111001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C6EB; }

 p { color: rgb(180,198,235); }

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

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

 a { background-color: rgb(180,198,235); }

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

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

 span { border-color: rgb(180,198,235); }

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