#5DAFF5

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

Shades of Malibu #5DAFF5

Tints of Malibu #5DAFF5

Color information

#5DAFF5 (or 0x5DAFF5) is unknown color: approx Malibu. HEX triplet: 5D, AF and F5. RGB value is (93,175,245). Sum of RGB (Red+Green+Blue) = 93+175+245=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #5DAFF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAFF5 is #A2500A. Grayscale: #9E9E9E. Windows color (decimal): -10637323 or 16101213. OLE color: 16101213.

HSL color Cylindrical-coordinate representation of color #5DAFF5: hue angle of 207.63º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DAFF5 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB93175245-
CMYK0.620.2900.04
HSL207.63º88.37%66.27%-
HSV(B)207.63º62.04%96.08%-
XYZ36.3339.5892.11-
YUV158.46176.8381.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.13%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 245 (96.09% from 255) = 47.76%
R=18.13%
G=34.11%
B=47.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal931752450.620.2900.04207.6388.3766.27
Hex5DAFF53E1D04d05842
Octal135257365763504320130102
Binary101110110101111111101011111101110101001101000010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,175,245); }

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

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

 a { background-color: rgb(93,175,245); }

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

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

 span { border-color: rgb(93,175,245); }

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