#54CDFD

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

Shades of Maya Blue #54CDFD

Tints of Maya Blue #54CDFD

Color information

#54CDFD (or 0x54CDFD) is unknown color: approx Maya Blue. HEX triplet: 54, CD and FD. RGB value is (84,205,253). Sum of RGB (Red+Green+Blue) = 84+205+253=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #54CDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CDFD is #AB3202. Grayscale: #ADADAD. Windows color (decimal): -11219459 or 16633172. OLE color: 16633172.

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

Color convert

RGB84205253-
CMYK0.670.1900.01
HSL197.04º97.69%66.08%-
HSV(B)197.04º66.8%99.22%-
XYZ43.2252.64100.81-
YUV174.29172.4163.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.50%
GREEN value IS 205 (80.47% from 255) = 37.82%
BLUE value IS 253 (99.22% from 255) = 46.68%
R=15.50%
G=37.82%
B=46.68%

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
Decimal842052530.670.1900.01197.0497.6966.08
Hex54CDFD431301c56242
Octal1243153751032301305142102
Binary10101001100110111111101100001110011011100010111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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