Html Css Color HEX #5AADDA Malibu

📋 copy color: '#5AADDA'

red 90 ◦ green 173 ◦ blue 218

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

Shades of Malibu #5AADDA

Tints of Malibu #5AADDA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.97%

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 18.71%
G = 35.97%
B = 45.32%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5AADDA (or 0x5AADDA) is known color: Malibu. HEX triplet: 5A, AD and DA. RGB value is (90,173,218). Sum of RGB (Red+Green+Blue) = 90+173+218=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #5AADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADDA is #A55225. Grayscale: #999999. Windows color (decimal): -10834470 or 14331226. OLE color: 14331226.

HSL color Cylindrical-coordinate representation of color #5AADDA: hue angle of 201.09º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AADDA is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 173 218 -
CMYK 0.59 0.21 0 0.15
HSL 201.09º 0.63% 0.6% -
HSV(B) 201.09º 0.59% 0.85% -
XYZ 31.81 37.12 71.82 -
YUV 153.31 164.5 82.84 -
System Red Green Blue C M Y K H S L
Decimal 90 173 218 0.59 0.21 0 0.15 201.09 0.63 0.6
Hex 5A AD DA 3B 15 0 F C9 3F 3C
Octal 132 255 332 73 25 0 17 311 77 74
Binary 1011010 10101101 11011010 111011 10101 0 1111 11001001 111111 111100

Color Harmonies of #5AADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AADDA

Black with #5AADDA

Text Example


Text Example

White with #5AADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,173,218); }

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

background-color css

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

 a { background-color: rgb(90,173,218); }

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

border-color css

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

 span { border-color: rgb(90,173,218); }

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