#B4C6FD

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

Shades of Tropical Blue #B4C6FD

Tints of Tropical Blue #B4C6FD

Color information

#B4C6FD (or 0xB4C6FD) is unknown color: approx Tropical Blue. HEX triplet: B4, C6 and FD. RGB value is (180,198,253). Sum of RGB (Red+Green+Blue) = 180+198+253=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 198 (77.73% from 255 or 31.38% 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 #B4C6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C6FD is #4B3902. Grayscale: #C6C6C6. Windows color (decimal): -4929795 or 16631476. OLE color: 16631476.

HSL color Cylindrical-coordinate representation of color #B4C6FD: hue angle of 225.21º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4C6FD is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180198253-
CMYK0.290.2200.01
HSL225.21º94.81%84.9%-
HSV(B)225.21º28.85%99.22%-
XYZ56.7557.18100.98-
YUV198.89158.54114.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.53%
GREEN value IS 198 (77.73% from 255) = 31.38%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=28.53%
G=31.38%
B=40.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801982530.290.2200.01225.2194.8184.9
HexB4C6FD1D1601e15f55
Octal264306375352601341137125
Binary1011010011000110111111011110110110011110000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C6FD; }

 p { color: rgb(180,198,253); }

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

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

 a { background-color: rgb(180,198,253); }

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

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

 span { border-color: rgb(180,198,253); }

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