#5DBCF0

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

Shades of Malibu #5DBCF0

Tints of Malibu #5DBCF0

Color information

#5DBCF0 (or 0x5DBCF0) is unknown color: approx Malibu. HEX triplet: 5D, BC and F0. RGB value is (93,188,240). Sum of RGB (Red+Green+Blue) = 93+188+240=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #5DBCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBCF0 is #A2430F. Grayscale: #A5A5A5. Windows color (decimal): -10634000 or 15776861. OLE color: 15776861.

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

Color convert

RGB93188240-
CMYK0.610.2200.06
HSL201.22º83.05%65.29%-
HSV(B)201.22º61.25%94.12%-
XYZ38.2344.5889.03-
YUV165.52170.0376.27-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.85%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 240 (94.14% from 255) = 46.07%
R=17.85%
G=36.08%
B=46.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal931882400.610.2200.06201.2283.0565.29
Hex5DBCF03D1606c95341
Octal135274360752606311123101
Binary101110110111100111100001111011011001101100100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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