#B4C7EB

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

Shades of Tropical Blue #B4C7EB

Tints of Tropical Blue #B4C7EB

Color information

#B4C7EB (or 0xB4C7EB) is unknown color: approx Tropical Blue. HEX triplet: B4, C7 and EB. RGB value is (180,199,235). Sum of RGB (Red+Green+Blue) = 180+199+235=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4C7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C7EB is #4B3814. Grayscale: #C5C5C5. Windows color (decimal): -4929557 or 15452084. OLE color: 15452084.

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

Color convert

RGB180199235-
CMYK0.230.1500.08
HSL219.27º57.89%81.37%-
HSV(B)219.27º23.4%92.16%-
XYZ54.2456.5586.65-
YUV197.42149.21115.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.32%
GREEN value IS 199 (78.12% from 255) = 32.41%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=29.32%
G=32.41%
B=38.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801992350.230.1500.08219.2757.8981.37
HexB4C7EB17F08db3a51
Octal264307353271701033372121
Binary10110100110001111110101110111111101000110110111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C7EB; }

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

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

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

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

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

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

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

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