Html Css Color HEX #59D2FF Maya Blue

📋 copy color: '#59D2FF'

red 89 ◦ green 210 ◦ blue 255

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

Shades of Maya Blue #59D2FF

Tints of Maya Blue #59D2FF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.91%

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

R = 16.06%
G = 37.91%
B = 46.03%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#59D2FF (or 0x59D2FF) is known color: Maya Blue. HEX triplet: 59, D2 and FF. RGB value is (89,210,255). Sum of RGB (Red+Green+Blue) = 89+210+255=554 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.06% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #59D2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D2FF is #A62D00. Grayscale: #B2B2B2. Windows color (decimal): -10890497 or 16765529. OLE color: 16765529.

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

Color convert

RGB 89 210 255 -
CMYK 0.65 0.18 0 0
HSL 196.27º 1% 0.67% -
HSV(B) 196.27º 0.65% 1% -
XYZ 45.22 55.44 102.93 -
YUV 178.95 170.91 63.84 -
System Red Green Blue C M Y K H S L
Decimal 89 210 255 0.65 0.18 0 0 196.27 1 0.67
Hex 59 D2 FF 41 12 0 0 C4 64 43
Octal 131 322 377 101 22 0 0 304 144 103
Binary 1011001 11010010 11111111 1000001 10010 0 0 11000100 1100100 1000011

Color Harmonies of #59D2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D2FF

Black with #59D2FF

Text Example


Text Example

White with #59D2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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