#5DC1D7

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

Shades of Malibu #5DC1D7

Tints of Malibu #5DC1D7

Color information

#5DC1D7 (or 0x5DC1D7) is unknown color: approx Malibu. HEX triplet: 5D, C1 and D7. RGB value is (93,193,215). Sum of RGB (Red+Green+Blue) = 93+193+215=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #5DC1D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC1D7 is #A23E28. Grayscale: #A5A5A5. Windows color (decimal): -10632745 or 14139741. OLE color: 14139741.

HSL color Cylindrical-coordinate representation of color #5DC1D7: hue angle of 190.82º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DC1D7 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB93193215-
CMYK0.570.1000.16
HSL190.82º60.4%60.39%-
HSV(B)190.82º56.74%84.31%-
XYZ35.8545.3771.16-
YUV165.61155.8776.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.56%
GREEN value IS 193 (75.78% from 255) = 38.52%
BLUE value IS 215 (84.38% from 255) = 42.91%
R=18.56%
G=38.52%
B=42.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal931932150.570.1000.16190.8260.460.39
Hex5DC1D739A010bf3c3c
Octal13530132771120202777474
Binary10111011100000111010111111001101001000010111111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,193,215); }

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

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

 a { background-color: rgb(93,193,215); }

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

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

 span { border-color: rgb(93,193,215); }

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