Html Css Color HEX #56B2DB Malibu

📋 copy color: '#56B2DB'

red 86 ◦ green 178 ◦ blue 219

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

Shades of Malibu #56B2DB

Tints of Malibu #56B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.85%

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

R = 17.81%
G = 36.85%
B = 45.34%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#56B2DB (or 0x56B2DB) is known color: Malibu. HEX triplet: 56, B2 and DB. RGB value is (86,178,219). Sum of RGB (Red+Green+Blue) = 86+178+219=483 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.81% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #56B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B2DB is #A94D24. Grayscale: #9A9A9A. Windows color (decimal): -11095333 or 14398038. OLE color: 14398038.

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

Color convert

RGB 86 178 219 -
CMYK 0.61 0.19 0 0.14
HSL 198.5º 0.65% 0.6% -
HSV(B) 198.5º 0.61% 0.86% -
XYZ 32.54 38.93 72.82 -
YUV 155.17 164.02 78.67 -
System Red Green Blue C M Y K H S L
Decimal 86 178 219 0.61 0.19 0 0.14 198.5 0.65 0.6
Hex 56 B2 DB 3D 13 0 E C6 41 3C
Octal 126 262 333 75 23 0 16 306 101 74
Binary 1010110 10110010 11011011 111101 10011 0 1110 11000110 1000001 111100

Color Harmonies of #56B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B2DB

Black with #56B2DB

Text Example


Text Example

White with #56B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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