Html Css Color HEX #5ABDD8 Malibu

📋 copy color: '#5ABDD8'

red 90 ◦ green 189 ◦ blue 216

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

Shades of Malibu #5ABDD8

Tints of Malibu #5ABDD8

RGB

 RED value IS 90 (35.55% from 255) = 18.18%

 GREEN value IS 189 (74.22% from 255) = 38.18%

 BLUE value IS 216 (84.77% from 255) = 43.64%

R = 18.18%
G = 38.18%
B = 43.64%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5ABDD8 (or 0x5ABDD8) is known color: Malibu. HEX triplet: 5A, BD and D8. RGB value is (90,189,216). Sum of RGB (Red+Green+Blue) = 90+189+216=495 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.18% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #5ABDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDD8 is #A54227. Grayscale: #A2A2A2. Windows color (decimal): -10830376 or 14204250. OLE color: 14204250.

HSL color Cylindrical-coordinate representation of color #5ABDD8: hue angle of 192.86º 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 #5ABDD8 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 189 216 -
CMYK 0.58 0.12 0 0.15
HSL 192.86º 0.62% 0.6% -
HSV(B) 192.86º 0.58% 0.85% -
XYZ 34.81 43.53 71.53 -
YUV 162.48 158.2 76.3 -
System Red Green Blue C M Y K H S L
Decimal 90 189 216 0.58 0.12 0 0.15 192.86 0.62 0.6
Hex 5A BD D8 3A C 0 F C1 3E 3C
Octal 132 275 330 72 14 0 17 301 76 74
Binary 1011010 10111101 11011000 111010 1100 0 1111 11000001 111110 111100

Color Harmonies of #5ABDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDD8

Black with #5ABDD8

Text Example


Text Example

White with #5ABDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ABDD8;
 }
 .AnyTagClassName
 {
   color: #5ABDD8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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