#56c5f3

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

Shades of Malibu #56C5F3

Tints of Malibu #56C5F3

Color information

#56C5F3 (or 0x56C5F3) is unknown color: approx Malibu. HEX triplet: 56, C5 and F3. RGB value is (86,197,243). Sum of RGB (Red+Green+Blue) = 86+197+243=526 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.35% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: blue. Hex color #56C5F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C5F3 is #A93A0C. Grayscale: #A8A8A8. Windows color (decimal): -11090445 or 15975766. OLE color: 15975766.

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

Color convert

RGB86197243-
CMYK0.650.1900.05
HSL197.58º86.74%64.51%-
HSV(B)197.58º64.61%95.29%-
XYZ39.9848.3892.03-
YUV169.06169.7368.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.35%
GREEN value IS 197 (77.34% from 255) = 37.45%
BLUE value IS 243 (95.31% from 255) = 46.20%
R=16.35%
G=37.45%
B=46.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal861972430.650.1900.05197.5886.7464.51
Hex56C5F3411305c65741
Octal1263053631012305306127101
Binary1010110110001011111001110000011001101011100011010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56c5f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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