Html Css Color HEX #59A8ED Malibu

📋 copy color: '#59A8ED'

red 89 ◦ green 168 ◦ blue 237

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

Shades of Malibu #59A8ED

Tints of Malibu #59A8ED

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.01%

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 18.02%
G = 34.01%
B = 47.98%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#59A8ED (or 0x59A8ED) is known color: Malibu. HEX triplet: 59, A8 and ED. RGB value is (89,168,237). Sum of RGB (Red+Green+Blue) = 89+168+237=494 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.02% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #59A8ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59A8ED is #A65712. Grayscale: #979797. Windows color (decimal): -10901267 or 15575129. OLE color: 15575129.

HSL color Cylindrical-coordinate representation of color #59A8ED: hue angle of 207.97º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59A8ED is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 168 237 -
CMYK 0.62 0.29 0 0.07
HSL 207.97º 0.8% 0.64% -
HSV(B) 207.97º 0.62% 0.93% -
XYZ 33.41 36.24 85.36 -
YUV 152.25 175.83 82.89 -
System Red Green Blue C M Y K H S L
Decimal 89 168 237 0.62 0.29 0 0.07 207.97 0.8 0.64
Hex 59 A8 ED 3E 1D 0 7 D0 50 40
Octal 131 250 355 76 35 0 7 320 120 100
Binary 1011001 10101000 11101101 111110 11101 0 111 11010000 1010000 1000000

Color Harmonies of #59A8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A8ED

Black with #59A8ED

Text Example


Text Example

White with #59A8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,168,237); }

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

background-color css

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

 a { background-color: rgb(89,168,237); }

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

border-color css

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

 span { border-color: rgb(89,168,237); }

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