Html Css Color HEX #56AFDA Malibu

📋 copy color: '#56AFDA'

red 86 ◦ green 175 ◦ blue 218

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

Shades of Malibu #56AFDA

Tints of Malibu #56AFDA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.53%

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 17.95%
G = 36.53%
B = 45.51%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#56AFDA (or 0x56AFDA) is known color: Malibu. HEX triplet: 56, AF and DA. RGB value is (86,175,218). Sum of RGB (Red+Green+Blue) = 86+175+218=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #56AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AFDA is #A95025. Grayscale: #999999. Windows color (decimal): -11096102 or 14331734. OLE color: 14331734.

HSL color Cylindrical-coordinate representation of color #56AFDA: hue angle of 199.55º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56AFDA is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 175 218 -
CMYK 0.61 0.20 0 0.15
HSL 199.55º 0.64% 0.6% -
HSV(B) 199.55º 0.61% 0.85% -
XYZ 31.82 37.7 71.93 -
YUV 153.29 164.51 80 -
System Red Green Blue C M Y K H S L
Decimal 86 175 218 0.61 0.20 0 0.15 199.55 0.64 0.6
Hex 56 AF DA 3D 14 0 F C8 40 3C
Octal 126 257 332 75 24 0 17 310 100 74
Binary 1010110 10101111 11011010 111101 10100 0 1111 11001000 1000000 111100

Color Harmonies of #56AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AFDA

Black with #56AFDA

Text Example


Text Example

White with #56AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,175,218); }

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

background-color css

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

 a { background-color: rgb(86,175,218); }

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

border-color css

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

 span { border-color: rgb(86,175,218); }

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