#B0C6FF

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

Shades of Tropical Blue #B0C6FF

Tints of Tropical Blue #B0C6FF

Color information

#B0C6FF (or 0xB0C6FF) is unknown color: approx Tropical Blue. HEX triplet: B0, C6 and FF. RGB value is (176,198,255). Sum of RGB (Red+Green+Blue) = 176+198+255=629 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.98% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0C6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C6FF is #4F3900. Grayscale: #C5C5C5. Windows color (decimal): -5191937 or 16762544. OLE color: 16762544.

HSL color Cylindrical-coordinate representation of color #B0C6FF: hue angle of 223.29º 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 #B0C6FF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176198255-
CMYK0.310.2200
HSL223.29º100%84.51%-
HSV(B)223.29º30.98%100%-
XYZ56.1556.84102.62-
YUV197.92160.21112.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.98%
GREEN value IS 198 (77.73% from 255) = 31.48%
BLUE value IS 255 (100% from 255) = 40.54%
R=27.98%
G=31.48%
B=40.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761982550.310.2200223.2910084.51
HexB0C6FF1F1600df6455
Octal260306377372600337144125
Binary1011000011000110111111111111110110001101111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C6FF; }

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

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

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

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

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

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

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

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