Html Css Color HEX #59BAFA Maya Blue

📋 copy color: '#59BAFA'

red 89 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #59BAFA

Tints of Maya Blue #59BAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.43%

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

R = 16.95%
G = 35.43%
B = 47.62%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#59BAFA (or 0x59BAFA) is known color: Maya Blue. HEX triplet: 59, BA and FA. RGB value is (89,186,250). Sum of RGB (Red+Green+Blue) = 89+186+250=525 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.95% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #59BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BAFA is #A64505. Grayscale: #A3A3A3. Windows color (decimal): -10896646 or 16431705. OLE color: 16431705.

HSL color Cylindrical-coordinate representation of color #59BAFA: hue angle of 203.85º 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 #59BAFA is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 186 250 -
CMYK 0.64 0.26 0 0.02
HSL 203.85º 0.94% 0.66% -
HSV(B) 203.85º 0.64% 0.98% -
XYZ 38.93 44.14 96.91 -
YUV 164.29 176.36 74.3 -
System Red Green Blue C M Y K H S L
Decimal 89 186 250 0.64 0.26 0 0.02 203.85 0.94 0.66
Hex 59 BA FA 40 1A 0 2 CC 5E 42
Octal 131 272 372 100 32 0 2 314 136 102
Binary 1011001 10111010 11111010 1000000 11010 0 10 11001100 1011110 1000010

Color Harmonies of #59BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BAFA

Black with #59BAFA

Text Example


Text Example

White with #59BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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