#51CDFF

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

Shades of Maya Blue #51CDFF

Tints of Maya Blue #51CDFF

Color information

#51CDFF (or 0x51CDFF) is unknown color: approx Maya Blue. HEX triplet: 51, CD and FF. RGB value is (81,205,255). Sum of RGB (Red+Green+Blue) = 81+205+255=541 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.97% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #51CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CDFF is #AE3200. Grayscale: #ADADAD. Windows color (decimal): -11416065 or 16764241. OLE color: 16764241.

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

Color convert

RGB81205255-
CMYK0.680.2000
HSL197.24º100%65.88%-
HSV(B)197.24º68.24%100%-
XYZ43.2752.63102.49-
YUV173.62173.9261.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.97%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 255 (100% from 255) = 47.13%
R=14.97%
G=37.89%
B=47.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal812052550.680.2000197.2410065.88
Hex51CDFF441400c56442
Octal1213153771042400305144102
Binary10100011100110111111111100010010100001100010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,205,255); }

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

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

 a { background-color: rgb(81,205,255); }

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

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

 span { border-color: rgb(81,205,255); }

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