#B0CAF7

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

Shades of Tropical Blue #B0CAF7

Tints of Tropical Blue #B0CAF7

Color information

#B0CAF7 (or 0xB0CAF7) is unknown color: approx Tropical Blue. HEX triplet: B0, CA and F7. RGB value is (176,202,247). Sum of RGB (Red+Green+Blue) = 176+202+247=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #B0CAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CAF7 is #4F3508. Grayscale: #C7C7C7. Windows color (decimal): -5190921 or 16239280. OLE color: 16239280.

HSL color Cylindrical-coordinate representation of color #B0CAF7: hue angle of 218.03º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0CAF7 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB176202247-
CMYK0.290.1800.03
HSL218.03º81.61%82.94%-
HSV(B)218.03º28.74%96.86%-
XYZ55.8158.1996.29-
YUV199.36154.89111.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.16%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 247 (96.88% from 255) = 39.52%
R=28.16%
G=32.32%
B=39.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762022470.290.1800.03218.0381.6182.94
HexB0CAF71D1203da5253
Octal260312367352203332122123
Binary10110000110010101111011111101100100111101101010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CAF7; }

 p { color: rgb(176,202,247); }

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

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

 a { background-color: rgb(176,202,247); }

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

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

 span { border-color: rgb(176,202,247); }

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