#51C4FF

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

Shades of Maya Blue #51C4FF

Tints of Maya Blue #51C4FF

Color information

#51C4FF (or 0x51C4FF) is unknown color: approx Maya Blue. HEX triplet: 51, C4 and FF. RGB value is (81,196,255). Sum of RGB (Red+Green+Blue) = 81+196+255=532 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.23% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #51C4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C4FF is #AE3B00. Grayscale: #A7A7A7. Windows color (decimal): -11418369 or 16761937. OLE color: 16761937.

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

Color convert

RGB81196255-
CMYK0.680.2300
HSL200.34º100%65.88%-
HSV(B)200.34º68.24%100%-
XYZ41.1848.45101.79-
YUV168.34176.965.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.23%
GREEN value IS 196 (76.95% from 255) = 36.84%
BLUE value IS 255 (100% from 255) = 47.93%
R=15.23%
G=36.84%
B=47.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal811962550.680.2300200.3410065.88
Hex51C4FF441700c86442
Octal1213043771042700310144102
Binary10100011100010011111111100010010111001100100011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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