#5DACF1

Color #5DACF1 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #5DACF1

Tints of Malibu #5DACF1

Color information

#5DACF1 (or 0x5DACF1) is unknown color: approx Malibu. HEX triplet: 5D, AC and F1. RGB value is (93,172,241). Sum of RGB (Red+Green+Blue) = 93+172+241=506 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.38% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACF1 is #A2530E. Grayscale: #9B9B9B. Windows color (decimal): -10638095 or 15838301. OLE color: 15838301.

HSL color Cylindrical-coordinate representation of color #5DACF1: hue angle of 207.97º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DACF1 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB93172241-
CMYK0.610.2900.05
HSL207.97º84.09%65.49%-
HSV(B)207.97º61.41%94.51%-
XYZ35.1438.1888.74-
YUV156.24175.8382.89-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.38%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 241 (94.53% from 255) = 47.63%
R=18.38%
G=33.99%
B=47.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal931722410.610.2900.05207.9784.0965.49
Hex5DACF13D1D05d05441
Octal135254361753505320124101
Binary101110110101100111100011111011110101011101000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DACF1; }

 p { color: rgb(93,172,241); }

 H1.HeaderClassName
 {
   color: #5DACF1;
 }
 .AnyTagClassName
 {
   color: #5DACF1;
 }
</style>
background-color css

<style>
 a { background-color: #5DACF1; }

 a { background-color: rgb(93,172,241); }

 div.DivClassName
 {
   background-color: #5DACF1;
 }
 .BgClassName
 {
   background-color: #5DACF1;
 }
</style>
border-color css

<style>
 span { border-color: #5DACF1; }

 span { border-color: rgb(93,172,241); }

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