#5DB9F0

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

Shades of Malibu #5DB9F0

Tints of Malibu #5DB9F0

Color information

#5DB9F0 (or 0x5DB9F0) is unknown color: approx Malibu. HEX triplet: 5D, B9 and F0. RGB value is (93,185,240). Sum of RGB (Red+Green+Blue) = 93+185+240=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #5DB9F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB9F0 is #A2460F. Grayscale: #A3A3A3. Windows color (decimal): -10634768 or 15776093. OLE color: 15776093.

HSL color Cylindrical-coordinate representation of color #5DB9F0: hue angle of 202.45º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DB9F0 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB93185240-
CMYK0.610.2300.06
HSL202.45º83.05%65.29%-
HSV(B)202.45º61.25%94.12%-
XYZ37.5943.3288.82-
YUV163.76171.0277.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.95%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 240 (94.14% from 255) = 46.33%
R=17.95%
G=35.71%
B=46.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal931852400.610.2300.06202.4583.0565.29
Hex5DB9F03D1706ca5341
Octal135271360752706312123101
Binary101110110111001111100001111011011101101100101010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,185,240); }

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

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

 a { background-color: rgb(93,185,240); }

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

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

 span { border-color: rgb(93,185,240); }

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