#54CDFC

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

Shades of Maya Blue #54CDFC

Tints of Maya Blue #54CDFC

Color information

#54CDFC (or 0x54CDFC) is unknown color: approx Maya Blue. HEX triplet: 54, CD and FC. RGB value is (84,205,252). Sum of RGB (Red+Green+Blue) = 84+205+252=541 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.53% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #54CDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CDFC is #AB3203. Grayscale: #ADADAD. Windows color (decimal): -11219460 or 16567636. OLE color: 16567636.

HSL color Cylindrical-coordinate representation of color #54CDFC: hue angle of 196.79º 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 #54CDFC is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB84205252-
CMYK0.670.1900.01
HSL196.79º96.55%65.88%-
HSV(B)196.79º66.67%98.82%-
XYZ43.0652.5899.97-
YUV174.18171.9163.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.53%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=15.53%
G=37.89%
B=46.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal842052520.670.1900.01196.7996.5565.88
Hex54CDFC431301c56142
Octal1243153741032301305141102
Binary10101001100110111111100100001110011011100010111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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