#54B9FF

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

Shades of Maya Blue #54B9FF

Tints of Maya Blue #54B9FF

Color information

#54B9FF (or 0x54B9FF) is unknown color: approx Maya Blue. HEX triplet: 54, B9 and FF. RGB value is (84,185,255). Sum of RGB (Red+Green+Blue) = 84+185+255=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #54B9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B9FF is #AB4600. Grayscale: #A2A2A2. Windows color (decimal): -11224577 or 16759124. OLE color: 16759124.

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

Color convert

RGB84185255-
CMYK0.670.2700
HSL204.56º100%66.47%-
HSV(B)204.56º67.06%100%-
XYZ39.0643.8101-
YUV162.78180.0471.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.03%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 255 (100% from 255) = 48.66%
R=16.03%
G=35.31%
B=48.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841852550.670.2700204.5610066.47
Hex54B9FF431B00cd6442
Octal1242713771033300315144102
Binary10101001011100111111111100001111011001100110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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