#51BDFE

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

Shades of Maya Blue #51BDFE

Tints of Maya Blue #51BDFE

Color information

#51BDFE (or 0x51BDFE) is unknown color: approx Maya Blue. HEX triplet: 51, BD and FE. RGB value is (81,189,254). Sum of RGB (Red+Green+Blue) = 81+189+254=524 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.46% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #51BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BDFE is #AE4201. Grayscale: #A3A3A3. Windows color (decimal): -11420162 or 16694609. OLE color: 16694609.

HSL color Cylindrical-coordinate representation of color #51BDFE: hue angle of 202.54º 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 #51BDFE is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB81189254-
CMYK0.680.2600.00
HSL202.54º98.86%65.69%-
HSV(B)202.54º68.11%99.61%-
XYZ39.4845.3100.43-
YUV164.12178.7268.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.46%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 254 (99.61% from 255) = 48.47%
R=15.46%
G=36.07%
B=48.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal811892540.680.2600.00202.5498.8665.69
Hex51BDFE441A00cb6342
Octal1212753761043200313143102
Binary10100011011110111111110100010011010001100101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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