#B0C7EE

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

Shades of Tropical Blue #B0C7EE

Tints of Tropical Blue #B0C7EE

Color information

#B0C7EE (or 0xB0C7EE) is unknown color: approx Tropical Blue. HEX triplet: B0, C7 and EE. RGB value is (176,199,238). Sum of RGB (Red+Green+Blue) = 176+199+238=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0C7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C7EE is #4F3811. Grayscale: #C4C4C4. Windows color (decimal): -5191698 or 15648688. OLE color: 15648688.

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

Color convert

RGB176199238-
CMYK0.260.1600.07
HSL217.74º64.58%81.18%-
HSV(B)217.74º26.05%93.33%-
XYZ53.7656.2588.91-
YUV196.57151.38113.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.71%
GREEN value IS 199 (78.12% from 255) = 32.46%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=28.71%
G=32.46%
B=38.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761992380.260.1600.07217.7464.5881.18
HexB0C7EE1A1007da4151
Octal260307356322007332101121
Binary101100001100011111101110110101000001111101101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C7EE; }

 p { color: rgb(176,199,238); }

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

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

 a { background-color: rgb(176,199,238); }

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

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

 span { border-color: rgb(176,199,238); }

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