#B0C5FF

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

Shades of Tropical Blue #B0C5FF

Tints of Tropical Blue #B0C5FF

Color information

#B0C5FF (or 0xB0C5FF) is unknown color: approx Tropical Blue. HEX triplet: B0, C5 and FF. RGB value is (176,197,255). Sum of RGB (Red+Green+Blue) = 176+197+255=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0C5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C5FF is #4F3A00. Grayscale: #C5C5C5. Windows color (decimal): -5192193 or 16762288. OLE color: 16762288.

HSL color Cylindrical-coordinate representation of color #B0C5FF: hue angle of 224.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0C5FF is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176197255-
CMYK0.310.2300
HSL224.05º100%84.51%-
HSV(B)224.05º30.98%100%-
XYZ55.9256.38102.54-
YUV197.33160.54112.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.03%
GREEN value IS 197 (77.34% from 255) = 31.37%
BLUE value IS 255 (100% from 255) = 40.61%
R=28.03%
G=31.37%
B=40.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761972550.310.2300224.0510084.51
HexB0C5FF1F1700e06455
Octal260305377372700340144125
Binary1011000011000101111111111111110111001110000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C5FF; }

 p { color: rgb(176,197,255); }

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

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

 a { background-color: rgb(176,197,255); }

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

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

 span { border-color: rgb(176,197,255); }

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