Html Css Color HEX #59CAFF Maya Blue

📋 copy color: '#59CAFF'

red 89 ◦ green 202 ◦ blue 255

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

Shades of Maya Blue #59CAFF

Tints of Maya Blue #59CAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37%

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

R = 16.3%
G = 37%
B = 46.7%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#59CAFF (or 0x59CAFF) is known color: Maya Blue. HEX triplet: 59, CA and FF. RGB value is (89,202,255). Sum of RGB (Red+Green+Blue) = 89+202+255=546 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.30% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #59CAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CAFF is #A63500. Grayscale: #ADADAD. Windows color (decimal): -10892545 or 16763481. OLE color: 16763481.

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

Color convert

RGB 89 202 255 -
CMYK 0.65 0.21 0 0
HSL 199.16º 1% 0.67% -
HSV(B) 199.16º 0.65% 1% -
XYZ 43.29 51.58 102.28 -
YUV 174.26 173.56 67.19 -
System Red Green Blue C M Y K H S L
Decimal 89 202 255 0.65 0.21 0 0 199.16 1 0.67
Hex 59 CA FF 41 15 0 0 C7 64 43
Octal 131 312 377 101 25 0 0 307 144 103
Binary 1011001 11001010 11111111 1000001 10101 0 0 11000111 1100100 1000011

Color Harmonies of #59CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CAFF

Black with #59CAFF

Text Example


Text Example

White with #59CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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