#B4C7FD

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

Shades of Tropical Blue #B4C7FD

Tints of Tropical Blue #B4C7FD

Color information

#B4C7FD (or 0xB4C7FD) is unknown color: approx Tropical Blue. HEX triplet: B4, C7 and FD. RGB value is (180,199,253). Sum of RGB (Red+Green+Blue) = 180+199+253=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4C7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C7FD is #4B3802. Grayscale: #C7C7C7. Windows color (decimal): -4929539 or 16631732. OLE color: 16631732.

HSL color Cylindrical-coordinate representation of color #B4C7FD: hue angle of 224.38º 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 #B4C7FD is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180199253-
CMYK0.290.2100.01
HSL224.38º94.81%84.9%-
HSV(B)224.38º28.85%99.22%-
XYZ56.9857.64101.05-
YUV199.48158.21114.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.48%
GREEN value IS 199 (78.12% from 255) = 31.49%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=28.48%
G=31.49%
B=40.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801992530.290.2100.01224.3894.8184.9
HexB4C7FD1D1501e05f55
Octal264307375352501340137125
Binary1011010011000111111111011110110101011110000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C7FD; }

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

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

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

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

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

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

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

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