#54C4F1

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

Shades of Malibu #54C4F1

Tints of Malibu #54C4F1

Color information

#54C4F1 (or 0x54C4F1) is unknown color: approx Malibu. HEX triplet: 54, C4 and F1. RGB value is (84,196,241). Sum of RGB (Red+Green+Blue) = 84+196+241=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #54C4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C4F1 is #AB3B0E. Grayscale: #A7A7A7. Windows color (decimal): -11221775 or 15844436. OLE color: 15844436.

HSL color Cylindrical-coordinate representation of color #54C4F1: hue angle of 197.2º 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 #54C4F1 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84196241-
CMYK0.650.1900.05
HSL197.2º84.86%63.73%-
HSV(B)197.2º65.15%94.51%-
XYZ39.2747.7290.36-
YUV167.64169.3968.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.12%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 241 (94.53% from 255) = 46.26%
R=16.12%
G=37.62%
B=46.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal841962410.650.1900.05197.284.8663.73
Hex54C4F1411305c55540
Octal1243043611012305305125100
Binary1010100110001001111000110000011001101011100010110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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