Html Css Color HEX #56ADDD Malibu

📋 copy color: '#56ADDD'

red 86 ◦ green 173 ◦ blue 221

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

Shades of Malibu #56ADDD

Tints of Malibu #56ADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.04%

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 17.92%
G = 36.04%
B = 46.04%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#56ADDD (or 0x56ADDD) is known color: Malibu. HEX triplet: 56, AD and DD. RGB value is (86,173,221). Sum of RGB (Red+Green+Blue) = 86+173+221=480 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.92% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #56ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADDD is #A95222. Grayscale: #989898. Windows color (decimal): -11096611 or 14527830. OLE color: 14527830.

HSL color Cylindrical-coordinate representation of color #56ADDD: hue angle of 201.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56ADDD is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 173 221 -
CMYK 0.61 0.22 0 0.13
HSL 201.33º 0.67% 0.6% -
HSV(B) 201.33º 0.61% 0.87% -
XYZ 31.83 37.09 73.89 -
YUV 152.46 166.68 80.6 -
System Red Green Blue C M Y K H S L
Decimal 86 173 221 0.61 0.22 0 0.13 201.33 0.67 0.6
Hex 56 AD DD 3D 16 0 D C9 43 3C
Octal 126 255 335 75 26 0 15 311 103 74
Binary 1010110 10101101 11011101 111101 10110 0 1101 11001001 1000011 111100

Color Harmonies of #56ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ADDD

Black with #56ADDD

Text Example


Text Example

White with #56ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,173,221); }

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

background-color css

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

 a { background-color: rgb(86,173,221); }

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

border-color css

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

 span { border-color: rgb(86,173,221); }

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