Html Css Color HEX #5AAFDC Malibu

📋 copy color: '#5AAFDC'

red 90 ◦ green 175 ◦ blue 220

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

Shades of Malibu #5AAFDC

Tints of Malibu #5AAFDC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.08%

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

R = 18.56%
G = 36.08%
B = 45.36%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5AAFDC (or 0x5AAFDC) is known color: Malibu. HEX triplet: 5A, AF and DC. RGB value is (90,175,220). Sum of RGB (Red+Green+Blue) = 90+175+220=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #5AAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAFDC is #A55023. Grayscale: #9A9A9A. Windows color (decimal): -10833956 or 14462810. OLE color: 14462810.

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

Color convert

RGB 90 175 220 -
CMYK 0.59 0.20 0 0.14
HSL 200.77º 0.65% 0.61% -
HSV(B) 200.77º 0.59% 0.86% -
XYZ 32.46 38 73.33 -
YUV 154.72 164.84 81.84 -
System Red Green Blue C M Y K H S L
Decimal 90 175 220 0.59 0.20 0 0.14 200.77 0.65 0.61
Hex 5A AF DC 3B 14 0 E C9 41 3D
Octal 132 257 334 73 24 0 16 311 101 75
Binary 1011010 10101111 11011100 111011 10100 0 1110 11001001 1000001 111101

Color Harmonies of #5AAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAFDC

Black with #5AAFDC

Text Example


Text Example

White with #5AAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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