Html Css Color HEX #5ABCD8 Malibu

📋 copy color: '#5ABCD8'

red 90 ◦ green 188 ◦ blue 216

#5ABCD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #5ABCD8

Tints of Malibu #5ABCD8

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 value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5ABCD8 (or 0x5ABCD8) is known color: 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

RGB 90 188 216 -
CMYK 0.58 0.13 0 0.15
HSL 193.33º 0.62% 0.6% -
HSV(B) 193.33º 0.58% 0.85% -
XYZ 34.59 43.1 71.46 -
YUV 161.89 158.53 76.72 -
System Red Green Blue C M Y K H S L
Decimal 90 188 216 0.58 0.13 0 0.15 193.33 0.62 0.6
Hex 5A BC D8 3A D 0 F C1 3E 3C
Octal 132 274 330 72 15 0 17 301 76 74
Binary 1011010 10111100 11011000 111010 1101 0 1111 11000001 111110 111100

Color Harmonies of #5ABCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCD8

Black with #5ABCD8

Text Example


Text Example

White with #5ABCD8

Text Example


Text Example

HTML Codes & Css Web 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>