Html Css Color HEX #5AACDC Malibu

📋 copy color: '#5AACDC'

red 90 ◦ green 172 ◦ blue 220

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

Shades of Malibu #5AACDC

Tints of Malibu #5AACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.68%

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

R = 18.67%
G = 35.68%
B = 45.64%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5AACDC (or 0x5AACDC) is known color: Malibu. HEX triplet: 5A, AC and DC. RGB value is (90,172,220). Sum of RGB (Red+Green+Blue) = 90+172+220=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #5AACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACDC is #A55323. Grayscale: #989898. Windows color (decimal): -10834724 or 14462042. OLE color: 14462042.

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

Color convert

RGB 90 172 220 -
CMYK 0.59 0.22 0 0.14
HSL 202.15º 0.65% 0.61% -
HSV(B) 202.15º 0.59% 0.86% -
XYZ 31.89 36.85 73.14 -
YUV 152.95 165.83 83.1 -
System Red Green Blue C M Y K H S L
Decimal 90 172 220 0.59 0.22 0 0.14 202.15 0.65 0.61
Hex 5A AC DC 3B 16 0 E CA 41 3D
Octal 132 254 334 73 26 0 16 312 101 75
Binary 1011010 10101100 11011100 111011 10110 0 1110 11001010 1000001 111101

Color Harmonies of #5AACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACDC

Black with #5AACDC

Text Example


Text Example

White with #5AACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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