#54B9FC

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

Shades of Maya Blue #54B9FC

Tints of Maya Blue #54B9FC

Color information

#54B9FC (or 0x54B9FC) is unknown color: approx Maya Blue. HEX triplet: 54, B9 and FC. RGB value is (84,185,252). Sum of RGB (Red+Green+Blue) = 84+185+252=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #54B9FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B9FC is #AB4603. Grayscale: #A2A2A2. Windows color (decimal): -11224580 or 16562516. OLE color: 16562516.

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

Color convert

RGB84185252-
CMYK0.670.2700.01
HSL203.93º96.55%65.88%-
HSV(B)203.93º66.67%98.82%-
XYZ38.5843.6198.48-
YUV162.44178.5472.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.12%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 252 (98.83% from 255) = 48.37%
R=16.12%
G=35.51%
B=48.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal841852520.670.2700.01203.9396.5565.88
Hex54B9FC431B01cc6142
Octal1242713741033301314141102
Binary10101001011100111111100100001111011011100110011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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