#54B6F4

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

Shades of Malibu #54B6F4

Tints of Malibu #54B6F4

Color information

#54B6F4 (or 0x54B6F4) is unknown color: approx Malibu. HEX triplet: 54, B6 and F4. RGB value is (84,182,244). Sum of RGB (Red+Green+Blue) = 84+182+244=510 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.47% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 244 (95.70% from 255 or 47.84% from 510); Max value from RGB is 244 - color contains mainly: blue. Hex color #54B6F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B6F4 is #AB490B. Grayscale: #9F9F9F. Windows color (decimal): -11225356 or 16037460. OLE color: 16037460.

HSL color Cylindrical-coordinate representation of color #54B6F4: hue angle of 203.25º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54B6F4 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84182244-
CMYK0.660.2500.04
HSL203.25º87.91%64.31%-
HSV(B)203.25º65.57%95.69%-
XYZ36.7141.8791.74-
YUV159.77175.5373.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.47%
GREEN value IS 182 (71.48% from 255) = 35.69%
BLUE value IS 244 (95.70% from 255) = 47.84%
R=16.47%
G=35.69%
B=47.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal841822440.660.2500.04203.2587.9164.31
Hex54B6F4421904cb5840
Octal1242663641023104313130100
Binary1010100101101101111010010000101100101001100101110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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