Html Css Color HEX #5ABDD7 Malibu

📋 copy color: '#5ABDD7'

red 90 ◦ green 189 ◦ blue 215

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

Shades of Malibu #5ABDD7

Tints of Malibu #5ABDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.52%

R = 18.22%
G = 38.26%
B = 43.52%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5ABDD7 (or 0x5ABDD7) is known color: Malibu. HEX triplet: 5A, BD and D7. RGB value is (90,189,215). Sum of RGB (Red+Green+Blue) = 90+189+215=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #5ABDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDD7 is #A54228. Grayscale: #A2A2A2. Windows color (decimal): -10830377 or 14138714. OLE color: 14138714.

HSL color Cylindrical-coordinate representation of color #5ABDD7: hue angle of 192.48º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5ABDD7 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 189 215 -
CMYK 0.58 0.12 0 0.16
HSL 192.48º 0.61% 0.6% -
HSV(B) 192.48º 0.58% 0.84% -
XYZ 34.68 43.48 70.85 -
YUV 162.36 157.7 76.39 -
System Red Green Blue C M Y K H S L
Decimal 90 189 215 0.58 0.12 0 0.16 192.48 0.61 0.6
Hex 5A BD D7 3A C 0 10 C0 3D 3C
Octal 132 275 327 72 14 0 20 300 75 74
Binary 1011010 10111101 11010111 111010 1100 0 10000 11000000 111101 111100

Color Harmonies of #5ABDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDD7

Black with #5ABDD7

Text Example


Text Example

White with #5ABDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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