#5DAFDB

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

Shades of Malibu #5DAFDB

Tints of Malibu #5DAFDB

Color information

#5DAFDB (or 0x5DAFDB) is unknown color: approx Malibu. HEX triplet: 5D, AF and DB. RGB value is (93,175,219). Sum of RGB (Red+Green+Blue) = 93+175+219=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAFDB is #A25024. Grayscale: #9B9B9B. Windows color (decimal): -10637349 or 14397277. OLE color: 14397277.

HSL color Cylindrical-coordinate representation of color #5DAFDB: hue angle of 200.95º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DAFDB is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB93175219-
CMYK0.580.2000.14
HSL200.95º63.64%61.18%-
HSV(B)200.95º57.53%85.88%-
XYZ32.6338.172.65-
YUV155.5163.8383.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.10%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 219 (85.94% from 255) = 44.97%
R=19.10%
G=35.93%
B=44.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal931752190.580.2000.14200.9563.6461.18
Hex5DAFDB3A140Ec9403d
Octal135257333722401631110075
Binary101110110101111110110111110101010001110110010011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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