#54B6F1

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

Shades of Malibu #54B6F1

Tints of Malibu #54B6F1

Color information

#54B6F1 (or 0x54B6F1) is unknown color: approx Malibu. HEX triplet: 54, B6 and F1. RGB value is (84,182,241). Sum of RGB (Red+Green+Blue) = 84+182+241=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #54B6F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B6F1 is #AB490E. Grayscale: #9F9F9F. Windows color (decimal): -11225359 or 15840852. OLE color: 15840852.

HSL color Cylindrical-coordinate representation of color #54B6F1: hue angle of 202.55º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54B6F1 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84182241-
CMYK0.650.2400.05
HSL202.55º84.86%63.73%-
HSV(B)202.55º65.15%94.51%-
XYZ36.2641.6989.36-
YUV159.42174.0374.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.57%
GREEN value IS 182 (71.48% from 255) = 35.90%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=16.57%
G=35.90%
B=47.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal841822410.650.2400.05202.5584.8663.73
Hex54B6F1411805cb5540
Octal1242663611013005313125100
Binary1010100101101101111000110000011100001011100101110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,182,241); }

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

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

 a { background-color: rgb(84,182,241); }

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

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

 span { border-color: rgb(84,182,241); }

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