#5DADF1

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

Shades of Malibu #5DADF1

Tints of Malibu #5DADF1

Color information

#5DADF1 (or 0x5DADF1) is unknown color: approx Malibu. HEX triplet: 5D, AD and F1. RGB value is (93,173,241). Sum of RGB (Red+Green+Blue) = 93+173+241=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DADF1 is #A2520E. Grayscale: #9C9C9C. Windows color (decimal): -10637839 or 15838557. OLE color: 15838557.

HSL color Cylindrical-coordinate representation of color #5DADF1: hue angle of 207.57º 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 #5DADF1 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB93173241-
CMYK0.610.2800.05
HSL207.57º84.09%65.49%-
HSV(B)207.57º61.41%94.51%-
XYZ35.3338.5788.8-
YUV156.83175.582.47-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.34%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=18.34%
G=34.12%
B=47.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal931732410.610.2800.05207.5784.0965.49
Hex5DADF13D1C05d05441
Octal135255361753405320124101
Binary101110110101101111100011111011110001011101000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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