#59BEFF

Color #59BEFF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #59BEFF

Tints of Maya Blue #59BEFF

Color information

#59BEFF (or 0x59BEFF) is unknown color: approx Maya Blue. HEX triplet: 59, BE and FF. RGB value is (89,190,255). Sum of RGB (Red+Green+Blue) = 89+190+255=534 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.67% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #59BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BEFF is #A64100. Grayscale: #A6A6A6. Windows color (decimal): -10895617 or 16760409. OLE color: 16760409.

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

Color convert

RGB89190255-
CMYK0.650.2500
HSL203.49º100%67.45%-
HSV(B)203.49º65.1%100%-
XYZ40.5846.17101.38-
YUV167.21177.5472.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.67%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 255 (100% from 255) = 47.75%
R=16.67%
G=35.58%
B=47.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal891902550.650.2500203.4910067.45
Hex59BEFF411900cb6443
Octal1312763771013100313144103
Binary10110011011111011111111100000111001001100101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59BEFF;
 }
 .AnyTagClassName
 {
   color: #59BEFF;
 }
</style>
background-color css

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

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

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

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

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

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