#51C7FE

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

Shades of Maya Blue #51C7FE

Tints of Maya Blue #51C7FE

Color information

#51C7FE (or 0x51C7FE) is unknown color: approx Maya Blue. HEX triplet: 51, C7 and FE. RGB value is (81,199,254). Sum of RGB (Red+Green+Blue) = 81+199+254=534 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.17% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #51C7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C7FE is #AE3801. Grayscale: #A9A9A9. Windows color (decimal): -11417602 or 16697169. OLE color: 16697169.

HSL color Cylindrical-coordinate representation of color #51C7FE: hue angle of 199.08º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51C7FE is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB81199254-
CMYK0.680.2200.00
HSL199.08º98.86%65.69%-
HSV(B)199.08º68.11%99.61%-
XYZ41.7149.75101.17-
YUV169.99175.4164.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.17%
GREEN value IS 199 (78.12% from 255) = 37.27%
BLUE value IS 254 (99.61% from 255) = 47.57%
R=15.17%
G=37.27%
B=47.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal811992540.680.2200.00199.0898.8665.69
Hex51C7FE441600c76342
Octal1213073761042600307143102
Binary10100011100011111111110100010010110001100011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51C7FE; }

 p { color: rgb(81,199,254); }

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

<style>
 a { background-color: #51C7FE; }

 a { background-color: rgb(81,199,254); }

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

<style>
 span { border-color: #51C7FE; }

 span { border-color: rgb(81,199,254); }

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