Html Css Color HEX #56ADF0 Malibu

📋 copy color: '#56ADF0'

red 86 ◦ green 173 ◦ blue 240

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

Shades of Malibu #56ADF0

Tints of Malibu #56ADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.1%

R = 17.23%
G = 34.67%
B = 48.1%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#56ADF0 (or 0x56ADF0) is known color: Malibu. HEX triplet: 56, AD and F0. RGB value is (86,173,240). Sum of RGB (Red+Green+Blue) = 86+173+240=499 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.23% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #56ADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ADF0 is #A9520F. Grayscale: #9A9A9A. Windows color (decimal): -11096592 or 15773014. OLE color: 15773014.

HSL color Cylindrical-coordinate representation of color #56ADF0: hue angle of 206.1º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56ADF0 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 173 240 -
CMYK 0.64 0.28 0 0.06
HSL 206.1º 0.84% 0.64% -
HSV(B) 206.1º 0.64% 0.94% -
XYZ 34.51 38.16 87.98 -
YUV 154.63 176.18 79.05 -
System Red Green Blue C M Y K H S L
Decimal 86 173 240 0.64 0.28 0 0.06 206.1 0.84 0.64
Hex 56 AD F0 40 1C 0 6 CE 54 40
Octal 126 255 360 100 34 0 6 316 124 100
Binary 1010110 10101101 11110000 1000000 11100 0 110 11001110 1010100 1000000

Color Harmonies of #56ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ADF0

Black with #56ADF0

Text Example


Text Example

White with #56ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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