Html Css Color HEX #56ADE5 Malibu

📋 copy color: '#56ADE5'

red 86 ◦ green 173 ◦ blue 229

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

Shades of Malibu #56ADE5

Tints of Malibu #56ADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.93%

R = 17.62%
G = 35.45%
B = 46.93%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#56ADE5 (or 0x56ADE5) is known color: Malibu. HEX triplet: 56, AD and E5. RGB value is (86,173,229). Sum of RGB (Red+Green+Blue) = 86+173+229=488 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.62% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #56ADE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADE5 is #A9521A. Grayscale: #999999. Windows color (decimal): -11096603 or 15052118. OLE color: 15052118.

HSL color Cylindrical-coordinate representation of color #56ADE5: hue angle of 203.5º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56ADE5 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 86 173 229 -
CMYK 0.62 0.24 0 0.10
HSL 203.5º 0.73% 0.62% -
HSV(B) 203.5º 0.62% 0.9% -
XYZ 32.92 37.52 79.64 -
YUV 153.37 170.68 79.95 -
System Red Green Blue C M Y K H S L
Decimal 86 173 229 0.62 0.24 0 0.10 203.5 0.73 0.62
Hex 56 AD E5 3E 18 0 A CB 49 3E
Octal 126 255 345 76 30 0 12 313 111 76
Binary 1010110 10101101 11100101 111110 11000 0 1010 11001011 1001001 111110

Color Harmonies of #56ADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ADE5

Black with #56ADE5

Text Example


Text Example

White with #56ADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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