#54B8F9

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

Shades of Malibu #54B8F9

Tints of Malibu #54B8F9

Color information

#54B8F9 (or 0x54B8F9) is unknown color: approx Malibu. HEX triplet: 54, B8 and F9. RGB value is (84,184,249). Sum of RGB (Red+Green+Blue) = 84+184+249=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #54B8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B8F9 is #AB4706. Grayscale: #A1A1A1. Windows color (decimal): -11224839 or 16365652. OLE color: 16365652.

HSL color Cylindrical-coordinate representation of color #54B8F9: hue angle of 203.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54B8F9 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB84184249-
CMYK0.660.2600.02
HSL203.64º93.22%65.29%-
HSV(B)203.64º66.27%97.65%-
XYZ37.943.0195.93-
YUV161.51177.3772.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.25%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 249 (97.66% from 255) = 48.16%
R=16.25%
G=35.59%
B=48.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841842490.660.2600.02203.6493.2265.29
Hex54B8F9421A02cc5d41
Octal1242703711023202314135101
Binary101010010111000111110011000010110100101100110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,184,249); }

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

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

 a { background-color: rgb(84,184,249); }

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

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

 span { border-color: rgb(84,184,249); }

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