#5DB3E8

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

Shades of Malibu #5DB3E8

Tints of Malibu #5DB3E8

Color information

#5DB3E8 (or 0x5DB3E8) is unknown color: approx Malibu. HEX triplet: 5D, B3 and E8. RGB value is (93,179,232). Sum of RGB (Red+Green+Blue) = 93+179+232=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #5DB3E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB3E8 is #A24C17. Grayscale: #9F9F9F. Windows color (decimal): -10636312 or 15250269. OLE color: 15250269.

HSL color Cylindrical-coordinate representation of color #5DB3E8: hue angle of 202.88º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DB3E8 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB93179232-
CMYK0.600.2300.09
HSL202.88º75.14%63.73%-
HSV(B)202.88º59.91%90.98%-
XYZ35.240.3982.29-
YUV159.33169.0180.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.45%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 232 (91.02% from 255) = 46.03%
R=18.45%
G=35.52%
B=46.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal931792320.600.2300.09202.8875.1463.73
Hex5DB3E83C1709cb4b40
Octal1352633507427011313113100
Binary1011101101100111110100011110010111010011100101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,179,232); }

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

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

 a { background-color: rgb(93,179,232); }

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

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

 span { border-color: rgb(93,179,232); }

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