#5DABEB

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

Shades of Malibu #5DABEB

Tints of Malibu #5DABEB

Color information

#5DABEB (or 0x5DABEB) is unknown color: approx Malibu. HEX triplet: 5D, AB and EB. RGB value is (93,171,235). Sum of RGB (Red+Green+Blue) = 93+171+235=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DABEB is #A25414. Grayscale: #9A9A9A. Windows color (decimal): -10638357 or 15444829. OLE color: 15444829.

HSL color Cylindrical-coordinate representation of color #5DABEB: hue angle of 207.04º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DABEB is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93171235-
CMYK0.600.2700.08
HSL207.04º78.02%64.31%-
HSV(B)207.04º60.43%92.16%-
XYZ34.0737.4584.03-
YUV154.97173.1683.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.64%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 235 (92.19% from 255) = 47.09%
R=18.64%
G=34.27%
B=47.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931712350.600.2700.08207.0478.0264.31
Hex5DABEB3C1B08cf4e40
Octal1352533537433010317116100
Binary1011101101010111110101111110011011010001100111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,171,235); }

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

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

 a { background-color: rgb(93,171,235); }

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

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

 span { border-color: rgb(93,171,235); }

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