Html Css Color HEX #5AAEDD Malibu

📋 copy color: '#5AAEDD'

red 90 ◦ green 174 ◦ blue 221

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

Shades of Malibu #5AAEDD

Tints of Malibu #5AAEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.88%

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

R = 18.56%
G = 35.88%
B = 45.57%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5AAEDD (or 0x5AAEDD) is known color: Malibu. HEX triplet: 5A, AE and DD. RGB value is (90,174,221). Sum of RGB (Red+Green+Blue) = 90+174+221=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAEDD is #A55122. Grayscale: #999999. Windows color (decimal): -10834211 or 14528090. OLE color: 14528090.

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

Color convert

RGB 90 174 221 -
CMYK 0.59 0.21 0 0.13
HSL 201.53º 0.66% 0.61% -
HSV(B) 201.53º 0.59% 0.87% -
XYZ 32.4 37.67 73.97 -
YUV 154.24 165.67 82.18 -
System Red Green Blue C M Y K H S L
Decimal 90 174 221 0.59 0.21 0 0.13 201.53 0.66 0.61
Hex 5A AE DD 3B 15 0 D CA 42 3D
Octal 132 256 335 73 25 0 15 312 102 75
Binary 1011010 10101110 11011101 111011 10101 0 1101 11001010 1000010 111101

Color Harmonies of #5AAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAEDD

Black with #5AAEDD

Text Example


Text Example

White with #5AAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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