Html Css Color HEX #59BAFF Maya Blue

📋 copy color: '#59BAFF'

red 89 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #59BAFF

Tints of Maya Blue #59BAFF

RGB

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

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

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

R = 16.79%
G = 35.09%
B = 48.11%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#59BAFF (or 0x59BAFF) is known color: Maya Blue. HEX triplet: 59, BA and FF. RGB value is (89,186,255). Sum of RGB (Red+Green+Blue) = 89+186+255=530 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.79% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #59BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BAFF is #A64500. Grayscale: #A4A4A4. Windows color (decimal): -10896641 or 16759385. OLE color: 16759385.

HSL color Cylindrical-coordinate representation of color #59BAFF: hue angle of 204.94º 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 #59BAFF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 89 186 255 -
CMYK 0.65 0.27 0 0
HSL 204.94º 1% 0.67% -
HSV(B) 204.94º 0.65% 1% -
XYZ 39.73 44.46 101.1 -
YUV 164.86 178.86 73.89 -
System Red Green Blue C M Y K H S L
Decimal 89 186 255 0.65 0.27 0 0 204.94 1 0.67
Hex 59 BA FF 41 1B 0 0 CD 64 43
Octal 131 272 377 101 33 0 0 315 144 103
Binary 1011001 10111010 11111111 1000001 11011 0 0 11001101 1100100 1000011

Color Harmonies of #59BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BAFF

Black with #59BAFF

Text Example


Text Example

White with #59BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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