Html Css Color HEX #59AFF2 Malibu

📋 copy color: '#59AFF2'

red 89 ◦ green 175 ◦ blue 242

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

Shades of Malibu #59AFF2

Tints of Malibu #59AFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.83%

R = 17.59%
G = 34.58%
B = 47.83%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#59AFF2 (or 0x59AFF2) is known color: Malibu. HEX triplet: 59, AF and F2. RGB value is (89,175,242). Sum of RGB (Red+Green+Blue) = 89+175+242=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #59AFF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59AFF2 is #A6500D. Grayscale: #9C9C9C. Windows color (decimal): -10899470 or 15904601. OLE color: 15904601.

HSL color Cylindrical-coordinate representation of color #59AFF2: hue angle of 206.27º degrees, saturation: 0.85, 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 #59AFF2 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 175 242 -
CMYK 0.63 0.28 0 0.05
HSL 206.27º 0.85% 0.65% -
HSV(B) 206.27º 0.63% 0.95% -
XYZ 35.48 39.19 89.7 -
YUV 156.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 89 175 242 0.63 0.28 0 0.05 206.27 0.85 0.65
Hex 59 AF F2 3F 1C 0 5 CE 55 41
Octal 131 257 362 77 34 0 5 316 125 101
Binary 1011001 10101111 11110010 111111 11100 0 101 11001110 1010101 1000001

Color Harmonies of #59AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AFF2

Black with #59AFF2

Text Example


Text Example

White with #59AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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