#5DB1F1

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

Shades of Malibu #5DB1F1

Tints of Malibu #5DB1F1

Color information

#5DB1F1 (or 0x5DB1F1) is unknown color: approx Malibu. HEX triplet: 5D, B1 and F1. RGB value is (93,177,241). Sum of RGB (Red+Green+Blue) = 93+177+241=511 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.20% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DB1F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DB1F1 is #A24E0E. Grayscale: #9E9E9E. Windows color (decimal): -10636815 or 15839581. OLE color: 15839581.

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

Color convert

RGB93177241-
CMYK0.610.2700.05
HSL205.95º84.09%65.49%-
HSV(B)205.95º61.41%94.51%-
XYZ36.1140.1289.06-
YUV159.18174.1780.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.20%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 241 (94.53% from 255) = 47.16%
R=18.20%
G=34.64%
B=47.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal931772410.610.2700.05205.9584.0965.49
Hex5DB1F13D1B05ce5441
Octal135261361753305316124101
Binary101110110110001111100011111011101101011100111010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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