Html Css Color HEX #59BDFF Maya Blue

📋 copy color: '#59BDFF'

red 89 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #59BDFF

Tints of Maya Blue #59BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.46%

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

R = 16.7%
G = 35.46%
B = 47.84%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#59BDFF (or 0x59BDFF) is known color: Maya Blue. HEX triplet: 59, BD and FF. RGB value is (89,189,255). Sum of RGB (Red+Green+Blue) = 89+189+255=533 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.70% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #59BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BDFF is #A64200. Grayscale: #A6A6A6. Windows color (decimal): -10895873 or 16760153. OLE color: 16760153.

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

Color convert

RGB 89 189 255 -
CMYK 0.65 0.26 0 0
HSL 203.86º 1% 0.67% -
HSV(B) 203.86º 0.65% 1% -
XYZ 40.37 45.74 101.31 -
YUV 166.62 177.87 72.63 -
System Red Green Blue C M Y K H S L
Decimal 89 189 255 0.65 0.26 0 0 203.86 1 0.67
Hex 59 BD FF 41 1A 0 0 CC 64 43
Octal 131 275 377 101 32 0 0 314 144 103
Binary 1011001 10111101 11111111 1000001 11010 0 0 11001100 1100100 1000011

Color Harmonies of #59BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BDFF

Black with #59BDFF

Text Example


Text Example

White with #59BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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