#5DC4F1

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

Shades of Malibu #5DC4F1

Tints of Malibu #5DC4F1

Color information

#5DC4F1 (or 0x5DC4F1) is unknown color: approx Malibu. HEX triplet: 5D, C4 and F1. RGB value is (93,196,241). Sum of RGB (Red+Green+Blue) = 93+196+241=530 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.55% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DC4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC4F1 is #A23B0E. Grayscale: #AAAAAA. Windows color (decimal): -10631951 or 15844445. OLE color: 15844445.

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

Color convert

RGB93196241-
CMYK0.610.1900.05
HSL198.24º84.09%65.49%-
HSV(B)198.24º61.41%94.51%-
XYZ40.1348.1690.4-
YUV170.33167.8872.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.55%
GREEN value IS 196 (76.95% from 255) = 36.98%
BLUE value IS 241 (94.53% from 255) = 45.47%
R=17.55%
G=36.98%
B=45.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal931962410.610.1900.05198.2484.0965.49
Hex5DC4F13D1305c65441
Octal135304361752305306124101
Binary101110111000100111100011111011001101011100011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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