#b4c7ef

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

Shades of Tropical Blue #B4C7EF

Tints of Tropical Blue #B4C7EF

Color information

#B4C7EF (or 0xB4C7EF) is unknown color: approx Tropical Blue. HEX triplet: B4, C7 and EF. RGB value is (180,199,239). Sum of RGB (Red+Green+Blue) = 180+199+239=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4C7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C7EF is #4B3810. Grayscale: #C5C5C5. Windows color (decimal): -4929553 or 15714228. OLE color: 15714228.

HSL color Cylindrical-coordinate representation of color #B4C7EF: hue angle of 220.68º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4C7EF is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180199239-
CMYK0.250.1700.06
HSL220.68º64.84%82.16%-
HSV(B)220.68º24.69%93.73%-
XYZ54.8356.7889.73-
YUV197.88151.21115.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.13%
GREEN value IS 199 (78.12% from 255) = 32.20%
BLUE value IS 239 (93.75% from 255) = 38.67%
R=29.13%
G=32.20%
B=38.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1801992390.250.1700.06220.6864.8482.16
HexB4C7EF191106dd4152
Octal264307357312106335101122
Binary101101001100011111101111110011000101101101110110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4c7ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4c7ef; }

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

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

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

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

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

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

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

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