#56BFF3

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

Shades of Malibu #56BFF3

Tints of Malibu #56BFF3

Color information

#56BFF3 (or 0x56BFF3) is unknown color: approx Malibu. HEX triplet: 56, BF and F3. RGB value is (86,191,243). Sum of RGB (Red+Green+Blue) = 86+191+243=520 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.54% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #56BFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BFF3 is #A9400C. Grayscale: #A5A5A5. Windows color (decimal): -11091981 or 15974230. OLE color: 15974230.

HSL color Cylindrical-coordinate representation of color #56BFF3: hue angle of 199.87º 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 #56BFF3 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB86191243-
CMYK0.650.2100.05
HSL199.87º86.74%64.51%-
HSV(B)199.87º64.61%95.29%-
XYZ38.6545.7191.58-
YUV165.53171.7171.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.54%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 243 (95.31% from 255) = 46.73%
R=16.54%
G=36.73%
B=46.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal861912430.650.2100.05199.8786.7464.51
Hex56BFF3411505c85741
Octal1262773631012505310127101
Binary1010110101111111111001110000011010101011100100010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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