#54BBF9

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

Shades of Malibu #54BBF9

Tints of Malibu #54BBF9

Color information

#54BBF9 (or 0x54BBF9) is unknown color: approx Malibu. HEX triplet: 54, BB and F9. RGB value is (84,187,249). Sum of RGB (Red+Green+Blue) = 84+187+249=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #54BBF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BBF9 is #AB4406. Grayscale: #A2A2A2. Windows color (decimal): -11224071 or 16366420. OLE color: 16366420.

HSL color Cylindrical-coordinate representation of color #54BBF9: hue angle of 202.55º 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 #54BBF9 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB84187249-
CMYK0.660.2500.02
HSL202.55º93.22%65.29%-
HSV(B)202.55º66.27%97.65%-
XYZ38.5344.2796.14-
YUV163.27176.3871.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.15%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 249 (97.66% from 255) = 47.88%
R=16.15%
G=35.96%
B=47.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841872490.660.2500.02202.5593.2265.29
Hex54BBF9421902cb5d41
Octal1242733711023102313135101
Binary101010010111011111110011000010110010101100101110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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