#54C8F9

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

Shades of Maya Blue #54C8F9

Tints of Maya Blue #54C8F9

Color information

#54C8F9 (or 0x54C8F9) is unknown color: approx Maya Blue. HEX triplet: 54, C8 and F9. RGB value is (84,200,249). Sum of RGB (Red+Green+Blue) = 84+200+249=533 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.76% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #54C8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C8F9 is #AB3706. Grayscale: #AAAAAA. Windows color (decimal): -11220743 or 16369748. OLE color: 16369748.

HSL color Cylindrical-coordinate representation of color #54C8F9: hue angle of 197.82º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54C8F9 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB84200249-
CMYK0.660.2000.02
HSL197.82º93.22%65.29%-
HSV(B)197.82º66.27%97.65%-
XYZ41.4150.0397.1-
YUV170.9172.0766.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.76%
GREEN value IS 200 (78.52% from 255) = 37.52%
BLUE value IS 249 (97.66% from 255) = 46.72%
R=15.76%
G=37.52%
B=46.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842002490.660.2000.02197.8293.2265.29
Hex54C8F9421402c65d41
Octal1243103711022402306135101
Binary101010011001000111110011000010101000101100011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54C8F9; }

 p { color: rgb(84,200,249); }

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

<style>
 a { background-color: #54C8F9; }

 a { background-color: rgb(84,200,249); }

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

<style>
 span { border-color: #54C8F9; }

 span { border-color: rgb(84,200,249); }

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