#5DCAF0

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

Shades of Malibu #5DCAF0

Tints of Malibu #5DCAF0

Color information

#5DCAF0 (or 0x5DCAF0) is unknown color: approx Malibu. HEX triplet: 5D, CA and F0. RGB value is (93,202,240). Sum of RGB (Red+Green+Blue) = 93+202+240=535 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.38% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #5DCAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCAF0 is #A2350F. Grayscale: #ADADAD. Windows color (decimal): -10630416 or 15780445. OLE color: 15780445.

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

Color convert

RGB93202240-
CMYK0.610.1600.06
HSL195.51º83.05%65.29%-
HSV(B)195.51º61.25%94.12%-
XYZ41.3650.8690.07-
YUV173.74165.3970.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.38%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 240 (94.14% from 255) = 44.86%
R=17.38%
G=37.76%
B=44.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal932022400.610.1600.06195.5183.0565.29
Hex5DCAF03D1006c45341
Octal135312360752006304123101
Binary101110111001010111100001111011000001101100010010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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