#54CAF9

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

Shades of Maya Blue #54CAF9

Tints of Maya Blue #54CAF9

Color information

#54CAF9 (or 0x54CAF9) is unknown color: approx Maya Blue. HEX triplet: 54, CA and F9. RGB value is (84,202,249). Sum of RGB (Red+Green+Blue) = 84+202+249=535 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.70% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #54CAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CAF9 is #AB3506. Grayscale: #ABABAB. Windows color (decimal): -11220231 or 16370260. OLE color: 16370260.

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

Color convert

RGB84202249-
CMYK0.660.1900.02
HSL197.09º93.22%65.29%-
HSV(B)197.09º66.27%97.65%-
XYZ41.8850.9797.25-
YUV172.08171.4165.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.70%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 249 (97.66% from 255) = 46.54%
R=15.70%
G=37.76%
B=46.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842022490.660.1900.02197.0993.2265.29
Hex54CAF9421302c55d41
Octal1243123711022302305135101
Binary101010011001010111110011000010100110101100010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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