#54BDF4

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

Shades of Malibu #54BDF4

Tints of Malibu #54BDF4

Color information

#54BDF4 (or 0x54BDF4) is unknown color: approx Malibu. HEX triplet: 54, BD and F4. RGB value is (84,189,244). Sum of RGB (Red+Green+Blue) = 84+189+244=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #54BDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BDF4 is #AB420B. Grayscale: #A3A3A3. Windows color (decimal): -11223564 or 16039252. OLE color: 16039252.

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

Color convert

RGB84189244-
CMYK0.660.2300.04
HSL200.62º87.91%64.31%-
HSV(B)200.62º65.57%95.69%-
XYZ38.1844.8192.23-
YUV163.88173.2171.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.25%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 244 (95.70% from 255) = 47.20%
R=16.25%
G=36.56%
B=47.20%

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
Decimal841892440.660.2300.04200.6287.9164.31
Hex54BDF4421704c95840
Octal1242753641022704311130100
Binary1010100101111011111010010000101011101001100100110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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