#54B7FF

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

Shades of Maya Blue #54B7FF

Tints of Maya Blue #54B7FF

Color information

#54B7FF (or 0x54B7FF) is unknown color: approx Maya Blue. HEX triplet: 54, B7 and FF. RGB value is (84,183,255). Sum of RGB (Red+Green+Blue) = 84+183+255=522 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.09% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #54B7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B7FF is #AB4800. Grayscale: #A1A1A1. Windows color (decimal): -11225089 or 16758612. OLE color: 16758612.

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

Color convert

RGB84183255-
CMYK0.670.2800
HSL205.26º100%66.47%-
HSV(B)205.26º67.06%100%-
XYZ38.6442.97100.87-
YUV161.61180.772.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.09%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 255 (100% from 255) = 48.85%
R=16.09%
G=35.06%
B=48.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841832550.670.2800205.2610066.47
Hex54B7FF431C00cd6442
Octal1242673771033400315144102
Binary10101001011011111111111100001111100001100110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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