Html Css Color HEX #5AB8DC Malibu

📋 copy color: '#5AB8DC'

red 90 ◦ green 184 ◦ blue 220

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

Shades of Malibu #5AB8DC

Tints of Malibu #5AB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.25%

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 18.22%
G = 37.25%
B = 44.53%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5AB8DC (or 0x5AB8DC) is known color: Malibu. HEX triplet: 5A, B8 and DC. RGB value is (90,184,220). Sum of RGB (Red+Green+Blue) = 90+184+220=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #5AB8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB8DC is #A54723. Grayscale: #9F9F9F. Windows color (decimal): -10831652 or 14465114. OLE color: 14465114.

HSL color Cylindrical-coordinate representation of color #5AB8DC: hue angle of 196.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AB8DC is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 184 220 -
CMYK 0.59 0.16 0 0.14
HSL 196.62º 0.65% 0.61% -
HSV(B) 196.62º 0.59% 0.86% -
XYZ 34.28 41.62 73.94 -
YUV 160 161.86 78.07 -
System Red Green Blue C M Y K H S L
Decimal 90 184 220 0.59 0.16 0 0.14 196.62 0.65 0.61
Hex 5A B8 DC 3B 10 0 E C5 41 3D
Octal 132 270 334 73 20 0 16 305 101 75
Binary 1011010 10111000 11011100 111011 10000 0 1110 11000101 1000001 111101

Color Harmonies of #5AB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB8DC

Black with #5AB8DC

Text Example


Text Example

White with #5AB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,184,220); }

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

background-color css

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

 a { background-color: rgb(90,184,220); }

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

border-color css

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

 span { border-color: rgb(90,184,220); }

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