#51C2FD

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

Shades of Maya Blue #51C2FD

Tints of Maya Blue #51C2FD

Color information

#51C2FD (or 0x51C2FD) is unknown color: approx Maya Blue. HEX triplet: 51, C2 and FD. RGB value is (81,194,253). Sum of RGB (Red+Green+Blue) = 81+194+253=528 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.34% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #51C2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C2FD is #AE3D02. Grayscale: #A6A6A6. Windows color (decimal): -11418883 or 16630353. OLE color: 16630353.

HSL color Cylindrical-coordinate representation of color #51C2FD: hue angle of 200.58º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51C2FD is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB81194253-
CMYK0.680.2300.01
HSL200.58º97.73%65.49%-
HSV(B)200.58º67.98%99.22%-
XYZ40.4147.4299.95-
YUV166.94176.5666.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.34%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 253 (99.22% from 255) = 47.92%
R=15.34%
G=36.74%
B=47.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal811942530.680.2300.01200.5897.7365.49
Hex51C2FD441701c96241
Octal1213023751042701311142101
Binary10100011100001011111101100010010111011100100111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,194,253); }

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

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

 a { background-color: rgb(81,194,253); }

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

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

 span { border-color: rgb(81,194,253); }

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