Html Css Color HEX #56B0DB Malibu

📋 copy color: '#56B0DB'

red 86 ◦ green 176 ◦ blue 219

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

Shades of Malibu #56B0DB

Tints of Malibu #56B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.59%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 17.88%
G = 36.59%
B = 45.53%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#56B0DB (or 0x56B0DB) is known color: Malibu. HEX triplet: 56, B0 and DB. RGB value is (86,176,219). Sum of RGB (Red+Green+Blue) = 86+176+219=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #56B0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B0DB is #A94F24. Grayscale: #999999. Windows color (decimal): -11095845 or 14397526. OLE color: 14397526.

HSL color Cylindrical-coordinate representation of color #56B0DB: hue angle of 199.4º degrees, saturation: 0.65, 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 #56B0DB is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 176 219 -
CMYK 0.61 0.20 0 0.14
HSL 199.4º 0.65% 0.6% -
HSV(B) 199.4º 0.61% 0.86% -
XYZ 32.15 38.14 72.69 -
YUV 153.99 164.68 79.5 -
System Red Green Blue C M Y K H S L
Decimal 86 176 219 0.61 0.20 0 0.14 199.4 0.65 0.6
Hex 56 B0 DB 3D 14 0 E C7 41 3C
Octal 126 260 333 75 24 0 16 307 101 74
Binary 1010110 10110000 11011011 111101 10100 0 1110 11000111 1000001 111100

Color Harmonies of #56B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B0DB

Black with #56B0DB

Text Example


Text Example

White with #56B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,176,219); }

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

background-color css

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

 a { background-color: rgb(86,176,219); }

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

border-color css

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

 span { border-color: rgb(86,176,219); }

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