#54BAFF

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

Shades of Maya Blue #54BAFF

Tints of Maya Blue #54BAFF

Color information

#54BAFF (or 0x54BAFF) is unknown color: approx Maya Blue. HEX triplet: 54, BA and FF. RGB value is (84,186,255). Sum of RGB (Red+Green+Blue) = 84+186+255=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #54BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BAFF is #AB4500. Grayscale: #A2A2A2. Windows color (decimal): -11224321 or 16759380. OLE color: 16759380.

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

Color convert

RGB84186255-
CMYK0.670.2700
HSL204.21º100%66.47%-
HSV(B)204.21º67.06%100%-
XYZ39.2744.22101.07-
YUV163.37179.7171.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 255 (100% from 255) = 48.57%
R=16%
G=35.43%
B=48.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841862550.670.2700204.2110066.47
Hex54BAFF431B00cc6442
Octal1242723771033300314144102
Binary10101001011101011111111100001111011001100110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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