#54BEF6

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

Shades of Malibu #54BEF6

Tints of Malibu #54BEF6

Color information

#54BEF6 (or 0x54BEF6) is unknown color: approx Malibu. HEX triplet: 54, BE and F6. RGB value is (84,190,246). Sum of RGB (Red+Green+Blue) = 84+190+246=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #54BEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BEF6 is #AB4109. Grayscale: #A4A4A4. Windows color (decimal): -11223306 or 16170580. OLE color: 16170580.

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

Color convert

RGB84190246-
CMYK0.660.2300.04
HSL200.74º90%64.71%-
HSV(B)200.74º65.85%96.47%-
XYZ38.745.3793.91-
YUV164.69173.8870.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.15%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 246 (96.48% from 255) = 47.31%
R=16.15%
G=36.54%
B=47.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal841902460.660.2300.04200.749064.71
Hex54BEF6421704c95a41
Octal1242763661022704311132101
Binary1010100101111101111011010000101011101001100100110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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