Html Css Color HEX #59BFFF Maya Blue

📋 copy color: '#59BFFF'

red 89 ◦ green 191 ◦ blue 255

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

Shades of Maya Blue #59BFFF

Tints of Maya Blue #59BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 35.7%

 BLUE value IS 255 (100% from 255) = 47.66%

R = 16.64%
G = 35.7%
B = 47.66%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#59BFFF (or 0x59BFFF) is known color: Maya Blue. HEX triplet: 59, BF and FF. RGB value is (89,191,255). Sum of RGB (Red+Green+Blue) = 89+191+255=535 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.64% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #59BFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BFFF is #A64000. Grayscale: #A7A7A7. Windows color (decimal): -10895361 or 16760665. OLE color: 16760665.

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

Color convert

RGB 89 191 255 -
CMYK 0.65 0.25 0 0
HSL 203.13º 1% 0.67% -
HSV(B) 203.13º 0.65% 1% -
XYZ 40.8 46.61 101.45 -
YUV 167.8 177.21 71.8 -
System Red Green Blue C M Y K H S L
Decimal 89 191 255 0.65 0.25 0 0 203.13 1 0.67
Hex 59 BF FF 41 19 0 0 CB 64 43
Octal 131 277 377 101 31 0 0 313 144 103
Binary 1011001 10111111 11111111 1000001 11001 0 0 11001011 1100100 1000011

Color Harmonies of #59BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFFF

Black with #59BFFF

Text Example


Text Example

White with #59BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,191,255); }

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

background-color css

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

 a { background-color: rgb(89,191,255); }

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

border-color css

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

 span { border-color: rgb(89,191,255); }

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