#5ABCD8

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

Shades of Malibu #5ABCD8

Tints of Malibu #5ABCD8

Color information

#5ABCD8 (or 0x5ABCD8) is unknown color: approx Malibu. HEX triplet: 5A, BC and D8. RGB value is (90,188,216). Sum of RGB (Red+Green+Blue) = 90+188+216=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #5ABCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCD8 is #A54327. Grayscale: #A1A1A1. Windows color (decimal): -10830632 or 14203994. OLE color: 14203994.

HSL color Cylindrical-coordinate representation of color #5ABCD8: hue angle of 193.33º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5ABCD8 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB90188216-
CMYK0.580.1300.15
HSL193.33º61.76%60%-
HSV(B)193.33º58.33%84.71%-
XYZ34.5943.171.46-
YUV161.89158.5376.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.22%
GREEN value IS 188 (73.83% from 255) = 38.06%
BLUE value IS 216 (84.77% from 255) = 43.72%
R=18.22%
G=38.06%
B=43.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal901882160.580.1300.15193.3361.7660
Hex5ABCD83AD0Fc13e3c
Octal13227433072150173017674
Binary1011010101111001101100011101011010111111000001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,188,216); }

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

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

 a { background-color: rgb(90,188,216); }

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

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

 span { border-color: rgb(90,188,216); }

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