Html Css Color HEX #59B5FA Maya Blue

📋 copy color: '#59B5FA'

red 89 ◦ green 181 ◦ blue 250

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

Shades of Maya Blue #59B5FA

Tints of Maya Blue #59B5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.81%

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 17.12%
G = 34.81%
B = 48.08%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#59B5FA (or 0x59B5FA) is known color: Maya Blue. HEX triplet: 59, B5 and FA. RGB value is (89,181,250). Sum of RGB (Red+Green+Blue) = 89+181+250=520 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.12% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #59B5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59B5FA is #A64A05. Grayscale: #A0A0A0. Windows color (decimal): -10897926 or 16430425. OLE color: 16430425.

HSL color Cylindrical-coordinate representation of color #59B5FA: hue angle of 205.71º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59B5FA is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 181 250 -
CMYK 0.64 0.28 0 0.02
HSL 205.71º 0.94% 0.66% -
HSV(B) 205.71º 0.64% 0.98% -
XYZ 37.9 42.07 96.57 -
YUV 161.36 178.02 76.39 -
System Red Green Blue C M Y K H S L
Decimal 89 181 250 0.64 0.28 0 0.02 205.71 0.94 0.66
Hex 59 B5 FA 40 1C 0 2 CE 5E 42
Octal 131 265 372 100 34 0 2 316 136 102
Binary 1011001 10110101 11111010 1000000 11100 0 10 11001110 1011110 1000010

Color Harmonies of #59B5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B5FA

Black with #59B5FA

Text Example


Text Example

White with #59B5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,181,250); }

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

background-color css

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

 a { background-color: rgb(89,181,250); }

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

border-color css

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

 span { border-color: rgb(89,181,250); }

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