#54BFF6

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

Shades of Malibu #54BFF6

Tints of Malibu #54BFF6

Color information

#54BFF6 (or 0x54BFF6) is unknown color: approx Malibu. HEX triplet: 54, BF and F6. RGB value is (84,191,246). Sum of RGB (Red+Green+Blue) = 84+191+246=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #54BFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BFF6 is #AB4009. Grayscale: #A4A4A4. Windows color (decimal): -11223050 or 16170836. OLE color: 16170836.

HSL color Cylindrical-coordinate representation of color #54BFF6: hue angle of 200.37º degrees, saturation: 0.9, 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 #54BFF6 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84191246-
CMYK0.660.2200.04
HSL200.37º90%64.71%-
HSV(B)200.37º65.85%96.47%-
XYZ38.9245.893.98-
YUV165.28173.5570.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.12%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 246 (96.48% from 255) = 47.22%
R=16.12%
G=36.66%
B=47.22%

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
Decimal841912460.660.2200.04200.379064.71
Hex54BFF6421604c85a41
Octal1242773661022604310132101
Binary1010100101111111111011010000101011001001100100010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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