#B0C6FE

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

Shades of Tropical Blue #B0C6FE

Tints of Tropical Blue #B0C6FE

Color information

#B0C6FE (or 0xB0C6FE) is unknown color: approx Tropical Blue. HEX triplet: B0, C6 and FE. RGB value is (176,198,254). Sum of RGB (Red+Green+Blue) = 176+198+254=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0C6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C6FE is #4F3901. Grayscale: #C5C5C5. Windows color (decimal): -5191938 or 16697008. OLE color: 16697008.

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

Color convert

RGB176198254-
CMYK0.310.2200.00
HSL223.08º97.5%84.31%-
HSV(B)223.08º30.71%99.61%-
XYZ55.9956.77101.77-
YUV197.81159.71112.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.03%
GREEN value IS 198 (77.73% from 255) = 31.53%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=28.03%
G=31.53%
B=40.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761982540.310.2200.00223.0897.584.31
HexB0C6FE1F1600df6254
Octal260306376372600337142124
Binary1011000011000110111111101111110110001101111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C6FE; }

 p { color: rgb(176,198,254); }

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

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

 a { background-color: rgb(176,198,254); }

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

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

 span { border-color: rgb(176,198,254); }

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