#B0CBF0

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

Shades of Tropical Blue #B0CBF0

Tints of Tropical Blue #B0CBF0

Color information

#B0CBF0 (or 0xB0CBF0) is unknown color: approx Tropical Blue. HEX triplet: B0, CB and F0. RGB value is (176,203,240). Sum of RGB (Red+Green+Blue) = 176+203+240=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0CBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CBF0 is #4F340F. Grayscale: #C6C6C6. Windows color (decimal): -5190672 or 15780784. OLE color: 15780784.

HSL color Cylindrical-coordinate representation of color #B0CBF0: hue angle of 214.69º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0CBF0 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176203240-
CMYK0.270.1500.06
HSL214.69º68.09%81.57%-
HSV(B)214.69º26.67%94.12%-
XYZ54.9958.2390.78-
YUV199.14151.05111.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.43%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=28.43%
G=32.79%
B=38.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762032400.270.1500.06214.6968.0981.57
HexB0CBF01BF06d74452
Octal260313360331706327104122
Binary10110000110010111111000011011111101101101011110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBF0; }

 p { color: rgb(176,203,240); }

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

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

 a { background-color: rgb(176,203,240); }

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

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

 span { border-color: rgb(176,203,240); }

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