Html Css Color HEX #56B8DC Malibu

📋 copy color: '#56B8DC'

red 86 ◦ green 184 ◦ blue 220

#56B8DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #56B8DC

Tints of Malibu #56B8DC

RGB

 RED value IS 86 (33.98% from 255) = 17.55%

 GREEN value IS 184 (72.27% from 255) = 37.55%

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 17.55%
G = 37.55%
B = 44.9%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#56B8DC (or 0x56B8DC) is known color: Malibu. HEX triplet: 56, B8 and DC. RGB value is (86,184,220). Sum of RGB (Red+Green+Blue) = 86+184+220=490 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.55% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #56B8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B8DC is #A94723. Grayscale: #9E9E9E. Windows color (decimal): -11093796 or 14465110. OLE color: 14465110.

HSL color Cylindrical-coordinate representation of color #56B8DC: hue angle of 196.12º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56B8DC is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 184 220 -
CMYK 0.61 0.16 0 0.14
HSL 196.12º 0.66% 0.6% -
HSV(B) 196.12º 0.61% 0.86% -
XYZ 33.9 41.43 73.92 -
YUV 158.8 162.53 76.07 -
System Red Green Blue C M Y K H S L
Decimal 86 184 220 0.61 0.16 0 0.14 196.12 0.66 0.6
Hex 56 B8 DC 3D 10 0 E C4 42 3C
Octal 126 270 334 75 20 0 16 304 102 74
Binary 1010110 10111000 11011100 111101 10000 0 1110 11000100 1000010 111100

Color Harmonies of #56B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B8DC

Black with #56B8DC

Text Example


Text Example

White with #56B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,184,220); }

 H1.HeaderClassName
 {
   color: #56B8DC;
 }
 .AnyTagClassName
 {
   color: #56B8DC;
 }
</style>

background-color css

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

 a { background-color: rgb(86,184,220); }

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

border-color css

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

 span { border-color: rgb(86,184,220); }

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