Html Css Color HEX #5AB9DD Malibu

📋 copy color: '#5AB9DD'

red 90 ◦ green 185 ◦ blue 221

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

Shades of Malibu #5AB9DD

Tints of Malibu #5AB9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.3%

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

R = 18.15%
G = 37.3%
B = 44.56%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5AB9DD (or 0x5AB9DD) is known color: Malibu. HEX triplet: 5A, B9 and DD. RGB value is (90,185,221). Sum of RGB (Red+Green+Blue) = 90+185+221=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AB9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB9DD is #A54622. Grayscale: #A0A0A0. Windows color (decimal): -10831395 or 14530906. OLE color: 14530906.

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

Color convert

RGB 90 185 221 -
CMYK 0.59 0.16 0 0.13
HSL 196.49º 0.66% 0.61% -
HSV(B) 196.49º 0.59% 0.87% -
XYZ 34.62 42.09 74.71 -
YUV 160.7 162.03 77.57 -
System Red Green Blue C M Y K H S L
Decimal 90 185 221 0.59 0.16 0 0.13 196.49 0.66 0.61
Hex 5A B9 DD 3B 10 0 D C4 42 3D
Octal 132 271 335 73 20 0 15 304 102 75
Binary 1011010 10111001 11011101 111011 10000 0 1101 11000100 1000010 111101

Color Harmonies of #5AB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB9DD

Black with #5AB9DD

Text Example


Text Example

White with #5AB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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