#54BAF7

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

Shades of Malibu #54BAF7

Tints of Malibu #54BAF7

Color information

#54BAF7 (or 0x54BAF7) is unknown color: approx Malibu. HEX triplet: 54, BA and F7. RGB value is (84,186,247). Sum of RGB (Red+Green+Blue) = 84+186+247=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #54BAF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BAF7 is #AB4508. Grayscale: #A2A2A2. Windows color (decimal): -11224329 or 16235092. OLE color: 16235092.

HSL color Cylindrical-coordinate representation of color #54BAF7: hue angle of 202.45º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54BAF7 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB84186247-
CMYK0.660.2500.03
HSL202.45º91.06%64.9%-
HSV(B)202.45º65.99%96.86%-
XYZ3843.7294.43-
YUV162.46175.7172.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.25%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 247 (96.88% from 255) = 47.78%
R=16.25%
G=35.98%
B=47.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal841862470.660.2500.03202.4591.0664.9
Hex54BAF7421903ca5b41
Octal1242723671023103312133101
Binary101010010111010111101111000010110010111100101010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,186,247); }

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

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

 a { background-color: rgb(84,186,247); }

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

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

 span { border-color: rgb(84,186,247); }

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