#54BFF5

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

Shades of Malibu #54BFF5

Tints of Malibu #54BFF5

Color information

#54BFF5 (or 0x54BFF5) is unknown color: approx Malibu. HEX triplet: 54, BF and F5. RGB value is (84,191,245). Sum of RGB (Red+Green+Blue) = 84+191+245=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 245 - color contains mainly: blue. Hex color #54BFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BFF5 is #AB400A. Grayscale: #A4A4A4. Windows color (decimal): -11223051 or 16105300. OLE color: 16105300.

HSL color Cylindrical-coordinate representation of color #54BFF5: hue angle of 200.12º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54BFF5 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84191245-
CMYK0.660.2200.04
HSL200.12º88.95%64.51%-
HSV(B)200.12º65.71%96.08%-
XYZ38.7745.7493.17-
YUV165.16173.0570.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.15%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 245 (96.09% from 255) = 47.12%
R=16.15%
G=36.73%
B=47.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal841912450.660.2200.04200.1288.9564.51
Hex54BFF5421604c85941
Octal1242773651022604310131101
Binary1010100101111111111010110000101011001001100100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,191,245); }

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

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

 a { background-color: rgb(84,191,245); }

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

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

 span { border-color: rgb(84,191,245); }

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