Html Css Color HEX #5ABDD6 Malibu

📋 copy color: '#5ABDD6'

red 90 ◦ green 189 ◦ blue 214

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

Shades of Malibu #5ABDD6

Tints of Malibu #5ABDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.41%

R = 18.26%
G = 38.34%
B = 43.41%

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

#5ABDD6 (or 0x5ABDD6) is known color: Malibu. HEX triplet: 5A, BD and D6. RGB value is (90,189,214). Sum of RGB (Red+Green+Blue) = 90+189+214=493 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.26% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #5ABDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDD6 is #A54229. Grayscale: #A2A2A2. Windows color (decimal): -10830378 or 14073178. OLE color: 14073178.

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

Color convert

RGB 90 189 214 -
CMYK 0.58 0.12 0 0.16
HSL 192.1º 0.6% 0.6% -
HSV(B) 192.1º 0.58% 0.84% -
XYZ 34.55 43.42 70.18 -
YUV 162.25 157.2 76.47 -
System Red Green Blue C M Y K H S L
Decimal 90 189 214 0.58 0.12 0 0.16 192.1 0.6 0.6
Hex 5A BD D6 3A C 0 10 C0 3C 3C
Octal 132 275 326 72 14 0 20 300 74 74
Binary 1011010 10111101 11010110 111010 1100 0 10000 11000000 111100 111100

Color Harmonies of #5ABDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDD6

Black with #5ABDD6

Text Example


Text Example

White with #5ABDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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