#54CEFC

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

Shades of Maya Blue #54CEFC

Tints of Maya Blue #54CEFC

Color information

#54CEFC (or 0x54CEFC) is unknown color: approx Maya Blue. HEX triplet: 54, CE and FC. RGB value is (84,206,252). Sum of RGB (Red+Green+Blue) = 84+206+252=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #54CEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEFC is #AB3103. Grayscale: #AEAEAE. Windows color (decimal): -11219204 or 16567892. OLE color: 16567892.

HSL color Cylindrical-coordinate representation of color #54CEFC: hue angle of 196.43º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54CEFC is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB84206252-
CMYK0.670.1800.01
HSL196.43º96.55%65.88%-
HSV(B)196.43º66.67%98.82%-
XYZ43.353.06100.05-
YUV174.77171.5863.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.50%
GREEN value IS 206 (80.86% from 255) = 38.01%
BLUE value IS 252 (98.83% from 255) = 46.49%
R=15.50%
G=38.01%
B=46.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal842062520.670.1800.01196.4396.5565.88
Hex54CEFC431201c46142
Octal1243163741032201304141102
Binary10101001100111011111100100001110010011100010011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,206,252); }

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

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

 a { background-color: rgb(84,206,252); }

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

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

 span { border-color: rgb(84,206,252); }

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