Html Css Color HEX #59AFDC Malibu

📋 copy color: '#59AFDC'

red 89 ◦ green 175 ◦ blue 220

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

Shades of Malibu #59AFDC

Tints of Malibu #59AFDC

RGB

 RED value IS 89 (35.16% from 255) = 18.39%

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

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

R = 18.39%
G = 36.16%
B = 45.45%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59AFDC (or 0x59AFDC) is known color: Malibu. HEX triplet: 59, AF and DC. RGB value is (89,175,220). Sum of RGB (Red+Green+Blue) = 89+175+220=484 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.39% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #59AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AFDC is #A65023. Grayscale: #9A9A9A. Windows color (decimal): -10899492 or 14462809. OLE color: 14462809.

HSL color Cylindrical-coordinate representation of color #59AFDC: hue angle of 200.61º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59AFDC is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 175 220 -
CMYK 0.60 0.20 0 0.14
HSL 200.61º 0.65% 0.61% -
HSV(B) 200.61º 0.6% 0.86% -
XYZ 32.37 37.95 73.33 -
YUV 154.42 165.01 81.34 -
System Red Green Blue C M Y K H S L
Decimal 89 175 220 0.60 0.20 0 0.14 200.61 0.65 0.61
Hex 59 AF DC 3C 14 0 E C9 41 3D
Octal 131 257 334 74 24 0 16 311 101 75
Binary 1011001 10101111 11011100 111100 10100 0 1110 11001001 1000001 111101

Color Harmonies of #59AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AFDC

Black with #59AFDC

Text Example


Text Example

White with #59AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59AFDC; }

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

 H1.HeaderClassName
 {
   color: #59AFDC;
 }
 .AnyTagClassName
 {
   color: #59AFDC;
 }
</style>

background-color css

<style>
 a { background-color: #59AFDC; }

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

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

border-color css

<style>
 span { border-color: #59AFDC; }

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

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