Html Css Color HEX #59ADF2 Malibu

📋 copy color: '#59ADF2'

red 89 ◦ green 173 ◦ blue 242

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

Shades of Malibu #59ADF2

Tints of Malibu #59ADF2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.33%

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

R = 17.66%
G = 34.33%
B = 48.02%

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

#59ADF2 (or 0x59ADF2) is known color: Malibu. HEX triplet: 59, AD and F2. RGB value is (89,173,242). Sum of RGB (Red+Green+Blue) = 89+173+242=504 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.66% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #59ADF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59ADF2 is #A6520D. Grayscale: #9B9B9B. Windows color (decimal): -10899982 or 15904089. OLE color: 15904089.

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

Color convert

RGB 89 173 242 -
CMYK 0.63 0.29 0 0.05
HSL 207.06º 0.85% 0.65% -
HSV(B) 207.06º 0.63% 0.95% -
XYZ 35.09 38.42 89.57 -
YUV 155.75 176.67 80.39 -
System Red Green Blue C M Y K H S L
Decimal 89 173 242 0.63 0.29 0 0.05 207.06 0.85 0.65
Hex 59 AD F2 3F 1D 0 5 CF 55 41
Octal 131 255 362 77 35 0 5 317 125 101
Binary 1011001 10101101 11110010 111111 11101 0 101 11001111 1010101 1000001

Color Harmonies of #59ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ADF2

Black with #59ADF2

Text Example


Text Example

White with #59ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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