Html Css Color HEX #59B1FE Maya Blue

📋 copy color: '#59B1FE'

red 89 ◦ green 177 ◦ blue 254

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

Shades of Maya Blue #59B1FE

Tints of Maya Blue #59B1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.04%

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 17.12%
G = 34.04%
B = 48.85%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#59B1FE (or 0x59B1FE) is known color: Maya Blue. HEX triplet: 59, B1 and FE. RGB value is (89,177,254). Sum of RGB (Red+Green+Blue) = 89+177+254=520 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.12% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #59B1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59B1FE is #A64E01. Grayscale: #9F9F9F. Windows color (decimal): -10898946 or 16691545. OLE color: 16691545.

HSL color Cylindrical-coordinate representation of color #59B1FE: hue angle of 208º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59B1FE is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 89 177 254 -
CMYK 0.65 0.30 0 0.00
HSL 208º 0.99% 0.67% -
HSV(B) 208º 0.65% 1% -
XYZ 37.73 40.72 99.64 -
YUV 159.47 181.35 77.74 -
System Red Green Blue C M Y K H S L
Decimal 89 177 254 0.65 0.30 0 0.00 208 0.99 0.67
Hex 59 B1 FE 41 1E 0 0 D0 63 43
Octal 131 261 376 101 36 0 0 320 143 103
Binary 1011001 10110001 11111110 1000001 11110 0 0 11010000 1100011 1000011

Color Harmonies of #59B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B1FE

Black with #59B1FE

Text Example


Text Example

White with #59B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,177,254); }

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

background-color css

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

 a { background-color: rgb(89,177,254); }

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

border-color css

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

 span { border-color: rgb(89,177,254); }

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