Html Css Color HEX #59A7EA Malibu

📋 copy color: '#59A7EA'

red 89 ◦ green 167 ◦ blue 234

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

Shades of Malibu #59A7EA

Tints of Malibu #59A7EA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.08%

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

R = 18.16%
G = 34.08%
B = 47.76%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#59A7EA (or 0x59A7EA) is known color: Malibu. HEX triplet: 59, A7 and EA. RGB value is (89,167,234). Sum of RGB (Red+Green+Blue) = 89+167+234=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #59A7EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59A7EA is #A65815. Grayscale: #969696. Windows color (decimal): -10901526 or 15378265. OLE color: 15378265.

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

Color convert

RGB 89 167 234 -
CMYK 0.62 0.29 0 0.08
HSL 207.72º 0.78% 0.63% -
HSV(B) 207.72º 0.62% 0.92% -
XYZ 32.79 35.7 83 -
YUV 151.32 174.66 83.55 -
System Red Green Blue C M Y K H S L
Decimal 89 167 234 0.62 0.29 0 0.08 207.72 0.78 0.63
Hex 59 A7 EA 3E 1D 0 8 D0 4E 3F
Octal 131 247 352 76 35 0 10 320 116 77
Binary 1011001 10100111 11101010 111110 11101 0 1000 11010000 1001110 111111

Color Harmonies of #59A7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A7EA

Black with #59A7EA

Text Example


Text Example

White with #59A7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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