#54BFF9

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

Shades of Malibu #54BFF9

Tints of Malibu #54BFF9

Color information

#54BFF9 (or 0x54BFF9) is unknown color: approx Malibu. HEX triplet: 54, BF and F9. RGB value is (84,191,249). Sum of RGB (Red+Green+Blue) = 84+191+249=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #54BFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BFF9 is #AB4006. Grayscale: #A5A5A5. Windows color (decimal): -11223047 or 16367444. OLE color: 16367444.

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

Color convert

RGB84191249-
CMYK0.660.2300.02
HSL201.09º93.22%65.29%-
HSV(B)201.09º66.27%97.65%-
XYZ39.3945.9996.42-
YUV165.62175.0569.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.03%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 249 (97.66% from 255) = 47.52%
R=16.03%
G=36.45%
B=47.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841912490.660.2300.02201.0993.2265.29
Hex54BFF9421702c95d41
Octal1242773711022702311135101
Binary101010010111111111110011000010101110101100100110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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