#5dc5d8

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

Shades of Malibu #5DC5D8

Tints of Malibu #5DC5D8

Color information

#5DC5D8 (or 0x5DC5D8) is unknown color: approx Malibu. HEX triplet: 5D, C5 and D8. RGB value is (93,197,216). Sum of RGB (Red+Green+Blue) = 93+197+216=506 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.38% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #5DC5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC5D8 is #A23A27. Grayscale: #A7A7A7. Windows color (decimal): -10631720 or 14206301. OLE color: 14206301.

HSL color Cylindrical-coordinate representation of color #5DC5D8: hue angle of 189.27º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DC5D8 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB93197216-
CMYK0.570.0900.15
HSL189.27º61.19%60.59%-
HSV(B)189.27º56.94%84.71%-
XYZ36.8847.2272.14-
YUV168.07155.0474.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.38%
GREEN value IS 197 (77.34% from 255) = 38.93%
BLUE value IS 216 (84.77% from 255) = 42.69%
R=18.38%
G=38.93%
B=42.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal931972160.570.0900.15189.2761.1960.59
Hex5DC5D83990Fbd3d3d
Octal13530533071110172757575
Binary1011101110001011101100011100110010111110111101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dc5d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,197,216); }

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

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

 a { background-color: rgb(93,197,216); }

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

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

 span { border-color: rgb(93,197,216); }

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