Html Css Color HEX #59AFE6 Malibu

📋 copy color: '#59AFE6'

red 89 ◦ green 175 ◦ blue 230

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

Shades of Malibu #59AFE6

Tints of Malibu #59AFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.56%

R = 18.02%
G = 35.43%
B = 46.56%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#59AFE6 (or 0x59AFE6) is known color: Malibu. HEX triplet: 59, AF and E6. RGB value is (89,175,230). Sum of RGB (Red+Green+Blue) = 89+175+230=494 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.02% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #59AFE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59AFE6 is #A65019. Grayscale: #9B9B9B. Windows color (decimal): -10899482 or 15118169. OLE color: 15118169.

HSL color Cylindrical-coordinate representation of color #59AFE6: hue angle of 203.4º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59AFE6 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 89 175 230 -
CMYK 0.61 0.24 0 0.10
HSL 203.4º 0.74% 0.63% -
HSV(B) 203.4º 0.61% 0.9% -
XYZ 33.73 38.5 80.52 -
YUV 155.56 170.01 80.53 -
System Red Green Blue C M Y K H S L
Decimal 89 175 230 0.61 0.24 0 0.10 203.4 0.74 0.63
Hex 59 AF E6 3D 18 0 A CB 4A 3F
Octal 131 257 346 75 30 0 12 313 112 77
Binary 1011001 10101111 11100110 111101 11000 0 1010 11001011 1001010 111111

Color Harmonies of #59AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AFE6

Black with #59AFE6

Text Example


Text Example

White with #59AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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