Html Css Color HEX #59BAFC Maya Blue

📋 copy color: '#59BAFC'

red 89 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #59BAFC

Tints of Maya Blue #59BAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 16.89%
G = 35.29%
B = 47.82%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#59BAFC (or 0x59BAFC) is known color: Maya Blue. HEX triplet: 59, BA and FC. RGB value is (89,186,252). Sum of RGB (Red+Green+Blue) = 89+186+252=527 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.89% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #59BAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BAFC is #A64503. Grayscale: #A4A4A4. Windows color (decimal): -10896644 or 16562777. OLE color: 16562777.

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

Color convert

RGB 89 186 252 -
CMYK 0.65 0.26 0 0.01
HSL 204.29º 0.96% 0.67% -
HSV(B) 204.29º 0.65% 0.99% -
XYZ 39.25 44.27 98.57 -
YUV 164.52 177.36 74.13 -
System Red Green Blue C M Y K H S L
Decimal 89 186 252 0.65 0.26 0 0.01 204.29 0.96 0.67
Hex 59 BA FC 41 1A 0 1 CC 60 43
Octal 131 272 374 101 32 0 1 314 140 103
Binary 1011001 10111010 11111100 1000001 11010 0 1 11001100 1100000 1000011

Color Harmonies of #59BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BAFC

Black with #59BAFC

Text Example


Text Example

White with #59BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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