Html Css Color HEX #56ACF5 Malibu

📋 copy color: '#56ACF5'

red 86 ◦ green 172 ◦ blue 245

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

Shades of Malibu #56ACF5

Tints of Malibu #56ACF5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

 BLUE value IS 245 (96.09% from 255) = 48.71%

R = 17.1%
G = 34.19%
B = 48.71%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#56ACF5 (or 0x56ACF5) is known color: Malibu. HEX triplet: 56, AC and F5. RGB value is (86,172,245). Sum of RGB (Red+Green+Blue) = 86+172+245=503 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.10% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #56ACF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ACF5 is #A9530A. Grayscale: #9A9A9A. Windows color (decimal): -11096843 or 16100438. OLE color: 16100438.

HSL color Cylindrical-coordinate representation of color #56ACF5: hue angle of 207.55º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56ACF5 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 172 245 -
CMYK 0.65 0.30 0 0.04
HSL 207.55º 0.89% 0.65% -
HSV(B) 207.55º 0.65% 0.96% -
XYZ 35.07 38.08 91.89 -
YUV 154.61 179.01 79.06 -
System Red Green Blue C M Y K H S L
Decimal 86 172 245 0.65 0.30 0 0.04 207.55 0.89 0.65
Hex 56 AC F5 41 1E 0 4 D0 59 41
Octal 126 254 365 101 36 0 4 320 131 101
Binary 1010110 10101100 11110101 1000001 11110 0 100 11010000 1011001 1000001

Color Harmonies of #56ACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ACF5

Black with #56ACF5

Text Example


Text Example

White with #56ACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,172,245); }

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

background-color css

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

 a { background-color: rgb(86,172,245); }

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

border-color css

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

 span { border-color: rgb(86,172,245); }

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