Html Css Color HEX #5AB3DD Malibu

📋 copy color: '#5AB3DD'

red 90 ◦ green 179 ◦ blue 221

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

Shades of Malibu #5AB3DD

Tints of Malibu #5AB3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.53%

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 18.37%
G = 36.53%
B = 45.1%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5AB3DD (or 0x5AB3DD) is known color: Malibu. HEX triplet: 5A, B3 and DD. RGB value is (90,179,221). Sum of RGB (Red+Green+Blue) = 90+179+221=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AB3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB3DD is #A54C22. Grayscale: #9C9C9C. Windows color (decimal): -10832931 or 14529370. OLE color: 14529370.

HSL color Cylindrical-coordinate representation of color #5AB3DD: hue angle of 199.24º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AB3DD is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 179 221 -
CMYK 0.59 0.19 0 0.13
HSL 199.24º 0.66% 0.61% -
HSV(B) 199.24º 0.59% 0.87% -
XYZ 33.39 39.63 74.3 -
YUV 157.18 164.01 80.08 -
System Red Green Blue C M Y K H S L
Decimal 90 179 221 0.59 0.19 0 0.13 199.24 0.66 0.61
Hex 5A B3 DD 3B 13 0 D C7 42 3D
Octal 132 263 335 73 23 0 15 307 102 75
Binary 1011010 10110011 11011101 111011 10011 0 1101 11000111 1000010 111101

Color Harmonies of #5AB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB3DD

Black with #5AB3DD

Text Example


Text Example

White with #5AB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,179,221); }

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

background-color css

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

 a { background-color: rgb(90,179,221); }

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

border-color css

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

 span { border-color: rgb(90,179,221); }

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