#B0CAFD

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

Shades of Tropical Blue #B0CAFD

Tints of Tropical Blue #B0CAFD

Color information

#B0CAFD (or 0xB0CAFD) is unknown color: approx Tropical Blue. HEX triplet: B0, CA and FD. RGB value is (176,202,253). Sum of RGB (Red+Green+Blue) = 176+202+253=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0CAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CAFD is #4F3502. Grayscale: #C7C7C7. Windows color (decimal): -5190915 or 16632496. OLE color: 16632496.

HSL color Cylindrical-coordinate representation of color #B0CAFD: hue angle of 219.74º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0CAFD is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176202253-
CMYK0.300.2000.01
HSL219.74º95.06%84.12%-
HSV(B)219.74º30.43%99.22%-
XYZ56.7558.56101.24-
YUV200.04157.89110.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.89%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=27.89%
G=32.01%
B=40.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762022530.300.2000.01219.7495.0684.12
HexB0CAFD1E1401dc5f54
Octal260312375362401334137124
Binary1011000011001010111111011111010100011101110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CAFD; }

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

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

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

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

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

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

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

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