#54B2FF

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

Shades of Maya Blue #54B2FF

Tints of Maya Blue #54B2FF

Color information

#54B2FF (or 0x54B2FF) is unknown color: approx Maya Blue. HEX triplet: 54, B2 and FF. RGB value is (84,178,255). Sum of RGB (Red+Green+Blue) = 84+178+255=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #54B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B2FF is #AB4D00. Grayscale: #9E9E9E. Windows color (decimal): -11226369 or 16757332. OLE color: 16757332.

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

Color convert

RGB84178255-
CMYK0.670.3000
HSL207.02º100%66.47%-
HSV(B)207.02º67.06%100%-
XYZ37.6340.95100.53-
YUV158.67182.3674.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.25%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 255 (100% from 255) = 49.32%
R=16.25%
G=34.43%
B=49.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841782550.670.3000207.0210066.47
Hex54B2FF431E00cf6442
Octal1242623771033600317144102
Binary10101001011001011111111100001111110001100111111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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