#B4CCFD

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

Shades of Tropical Blue #B4CCFD

Tints of Tropical Blue #B4CCFD

Color information

#B4CCFD (or 0xB4CCFD) is unknown color: approx Tropical Blue. HEX triplet: B4, CC and FD. RGB value is (180,204,253). Sum of RGB (Red+Green+Blue) = 180+204+253=637 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.26% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CCFD is #4B3302. Grayscale: #CACACA. Windows color (decimal): -4928259 or 16633012. OLE color: 16633012.

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

Color convert

RGB180204253-
CMYK0.290.1900.01
HSL220.27º94.81%84.9%-
HSV(B)220.27º28.85%99.22%-
XYZ58.1459.98101.44-
YUV202.41156.55112.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.26%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 253 (99.22% from 255) = 39.72%
R=28.26%
G=32.03%
B=39.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802042530.290.1900.01220.2794.8184.9
HexB4CCFD1D1301dc5f55
Octal264314375352301334137125
Binary1011010011001100111111011110110011011101110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCFD; }

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

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

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

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

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

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

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

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