Html Css Color HEX #59ACF1 Malibu

📋 copy color: '#59ACF1'

red 89 ◦ green 172 ◦ blue 241

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

Shades of Malibu #59ACF1

Tints of Malibu #59ACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.01%

R = 17.73%
G = 34.26%
B = 48.01%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#59ACF1 (or 0x59ACF1) is known color: Malibu. HEX triplet: 59, AC and F1. RGB value is (89,172,241). Sum of RGB (Red+Green+Blue) = 89+172+241=502 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.73% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #59ACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59ACF1 is #A6530E. Grayscale: #9A9A9A. Windows color (decimal): -10900239 or 15838297. OLE color: 15838297.

HSL color Cylindrical-coordinate representation of color #59ACF1: hue angle of 207.24º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59ACF1 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 172 241 -
CMYK 0.63 0.29 0 0.05
HSL 207.24º 0.84% 0.65% -
HSV(B) 207.24º 0.63% 0.95% -
XYZ 34.75 37.98 88.72 -
YUV 155.05 176.5 80.89 -
System Red Green Blue C M Y K H S L
Decimal 89 172 241 0.63 0.29 0 0.05 207.24 0.84 0.65
Hex 59 AC F1 3F 1D 0 5 CF 54 41
Octal 131 254 361 77 35 0 5 317 124 101
Binary 1011001 10101100 11110001 111111 11101 0 101 11001111 1010100 1000001

Color Harmonies of #59ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ACF1

Black with #59ACF1

Text Example


Text Example

White with #59ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,172,241); }

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

background-color css

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

 a { background-color: rgb(89,172,241); }

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

border-color css

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

 span { border-color: rgb(89,172,241); }

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