#B4C7ED

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

Shades of Tropical Blue #B4C7ED

Tints of Tropical Blue #B4C7ED

Color information

#B4C7ED (or 0xB4C7ED) is unknown color: approx Tropical Blue. HEX triplet: B4, C7 and ED. RGB value is (180,199,237). Sum of RGB (Red+Green+Blue) = 180+199+237=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4C7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C7ED is #4B3812. Grayscale: #C5C5C5. Windows color (decimal): -4929555 or 15583156. OLE color: 15583156.

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

Color convert

RGB180199237-
CMYK0.240.1600.07
HSL220º61.29%81.76%-
HSV(B)220º24.05%92.94%-
XYZ54.5356.6688.18-
YUV197.65150.21115.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.22%
GREEN value IS 199 (78.12% from 255) = 32.31%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=29.22%
G=32.31%
B=38.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801992370.240.1600.0722061.2981.76
HexB4C7ED181007dc3d52
Octal26430735530200733475122
Binary10110100110001111110110111000100000111110111001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C7ED; }

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

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

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

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

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

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

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

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