#54BBFF

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

Shades of Maya Blue #54BBFF

Tints of Maya Blue #54BBFF

Color information

#54BBFF (or 0x54BBFF) is unknown color: approx Maya Blue. HEX triplet: 54, BB and FF. RGB value is (84,187,255). Sum of RGB (Red+Green+Blue) = 84+187+255=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #54BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BBFF is #AB4400. Grayscale: #A3A3A3. Windows color (decimal): -11224065 or 16759636. OLE color: 16759636.

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

Color convert

RGB84187255-
CMYK0.670.2700
HSL203.86º100%66.47%-
HSV(B)203.86º67.06%100%-
XYZ39.4844.65101.14-
YUV163.96179.3870.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.97%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 255 (100% from 255) = 48.48%
R=15.97%
G=35.55%
B=48.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal841872550.670.2700203.8610066.47
Hex54BBFF431B00cc6442
Octal1242733771033300314144102
Binary10101001011101111111111100001111011001100110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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