#54B8FF

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

Shades of Maya Blue #54B8FF

Tints of Maya Blue #54B8FF

Color information

#54B8FF (or 0x54B8FF) is unknown color: approx Maya Blue. HEX triplet: 54, B8 and FF. RGB value is (84,184,255). Sum of RGB (Red+Green+Blue) = 84+184+255=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #54B8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B8FF is #AB4700. Grayscale: #A1A1A1. Windows color (decimal): -11224833 or 16758868. OLE color: 16758868.

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

Color convert

RGB84184255-
CMYK0.670.2800
HSL204.91º100%66.47%-
HSV(B)204.91º67.06%100%-
XYZ38.8543.39100.93-
YUV162.19180.3772.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.06%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 255 (100% from 255) = 48.76%
R=16.06%
G=35.18%
B=48.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841842550.670.2800204.9110066.47
Hex54B8FF431C00cd6442
Octal1242703771033400315144102
Binary10101001011100011111111100001111100001100110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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