Html Css Color HEX #59A8EA Malibu

📋 copy color: '#59A8EA'

red 89 ◦ green 168 ◦ blue 234

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

Shades of Malibu #59A8EA

Tints of Malibu #59A8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 18.13%
G = 34.22%
B = 47.66%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#59A8EA (or 0x59A8EA) is known color: Malibu. HEX triplet: 59, A8 and EA. RGB value is (89,168,234). Sum of RGB (Red+Green+Blue) = 89+168+234=491 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.13% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #59A8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59A8EA is #A65715. Grayscale: #979797. Windows color (decimal): -10901270 or 15378521. OLE color: 15378521.

HSL color Cylindrical-coordinate representation of color #59A8EA: hue angle of 207.31º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59A8EA is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 168 234 -
CMYK 0.62 0.28 0 0.08
HSL 207.31º 0.78% 0.63% -
HSV(B) 207.31º 0.62% 0.92% -
XYZ 32.97 36.07 83.07 -
YUV 151.9 174.33 83.13 -
System Red Green Blue C M Y K H S L
Decimal 89 168 234 0.62 0.28 0 0.08 207.31 0.78 0.63
Hex 59 A8 EA 3E 1C 0 8 CF 4E 3F
Octal 131 250 352 76 34 0 10 317 116 77
Binary 1011001 10101000 11101010 111110 11100 0 1000 11001111 1001110 111111

Color Harmonies of #59A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A8EA

Black with #59A8EA

Text Example


Text Example

White with #59A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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