Html Css Color HEX #5AB4D6 Malibu

📋 copy color: '#5AB4D6'

red 90 ◦ green 180 ◦ blue 214

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

Shades of Malibu #5AB4D6

Tints of Malibu #5AB4D6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.19%

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

R = 18.6%
G = 37.19%
B = 44.21%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5AB4D6 (or 0x5AB4D6) is known color: Malibu. HEX triplet: 5A, B4 and D6. RGB value is (90,180,214). Sum of RGB (Red+Green+Blue) = 90+180+214=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #5AB4D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB4D6 is #A54B29. Grayscale: #9C9C9C. Windows color (decimal): -10832682 or 14070874. OLE color: 14070874.

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

Color convert

RGB 90 180 214 -
CMYK 0.58 0.16 0 0.16
HSL 196.45º 0.6% 0.6% -
HSV(B) 196.45º 0.58% 0.84% -
XYZ 32.68 39.67 69.55 -
YUV 156.97 160.18 80.24 -
System Red Green Blue C M Y K H S L
Decimal 90 180 214 0.58 0.16 0 0.16 196.45 0.6 0.6
Hex 5A B4 D6 3A 10 0 10 C4 3C 3C
Octal 132 264 326 72 20 0 20 304 74 74
Binary 1011010 10110100 11010110 111010 10000 0 10000 11000100 111100 111100

Color Harmonies of #5AB4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB4D6

Black with #5AB4D6

Text Example


Text Example

White with #5AB4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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