#56B4F3

Color #56B4F3 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #56B4F3

Tints of Malibu #56B4F3

Color information

#56B4F3 (or 0x56B4F3) is unknown color: approx Malibu. HEX triplet: 56, B4 and F3. RGB value is (86,180,243). Sum of RGB (Red+Green+Blue) = 86+180+243=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #56B4F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56B4F3 is #A94B0C. Grayscale: #9E9E9E. Windows color (decimal): -11094797 or 15971414. OLE color: 15971414.

HSL color Cylindrical-coordinate representation of color #56B4F3: hue angle of 204.08º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56B4F3 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB86180243-
CMYK0.650.2600.05
HSL204.08º86.74%64.51%-
HSV(B)204.08º64.61%95.29%-
XYZ36.3441.0990.81-
YUV159.08175.3675.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.90%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 243 (95.31% from 255) = 47.74%
R=16.90%
G=35.36%
B=47.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal861802430.650.2600.05204.0886.7464.51
Hex56B4F3411A05cc5741
Octal1262643631013205314127101
Binary1010110101101001111001110000011101001011100110010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56B4F3; }

 p { color: rgb(86,180,243); }

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

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

 a { background-color: rgb(86,180,243); }

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

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

 span { border-color: rgb(86,180,243); }

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