#B0CAF8

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

Shades of Tropical Blue #B0CAF8

Tints of Tropical Blue #B0CAF8

Color information

#B0CAF8 (or 0xB0CAF8) is unknown color: approx Tropical Blue. HEX triplet: B0, CA and F8. RGB value is (176,202,248). Sum of RGB (Red+Green+Blue) = 176+202+248=626 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.12% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 248 - color contains mainly: blue. Hex color #B0CAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CAF8 is #4F3507. Grayscale: #C7C7C7. Windows color (decimal): -5190920 or 16304816. OLE color: 16304816.

HSL color Cylindrical-coordinate representation of color #B0CAF8: hue angle of 218.33º degrees, saturation: 0.84, 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 #B0CAF8 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB176202248-
CMYK0.290.1900.03
HSL218.33º83.72%83.14%-
HSV(B)218.33º29.03%97.25%-
XYZ55.9758.2597.1-
YUV199.47155.39111.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.12%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 248 (97.27% from 255) = 39.62%
R=28.12%
G=32.27%
B=39.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762022480.290.1900.03218.3383.7283.14
HexB0CAF81D1303da5453
Octal260312370352303332124123
Binary10110000110010101111100011101100110111101101010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CAF8; }

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

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

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

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

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

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

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

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