#54C3F1

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

Shades of Malibu #54C3F1

Tints of Malibu #54C3F1

Color information

#54C3F1 (or 0x54C3F1) is unknown color: approx Malibu. HEX triplet: 54, C3 and F1. RGB value is (84,195,241). Sum of RGB (Red+Green+Blue) = 84+195+241=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #54C3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C3F1 is #AB3C0E. Grayscale: #A6A6A6. Windows color (decimal): -11222031 or 15844180. OLE color: 15844180.

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

Color convert

RGB84195241-
CMYK0.650.1900.05
HSL197.58º84.86%63.73%-
HSV(B)197.58º65.15%94.51%-
XYZ39.0547.2790.28-
YUV167.05169.7368.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.15%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 241 (94.53% from 255) = 46.35%
R=16.15%
G=37.5%
B=46.35%

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
Decimal841952410.650.1900.05197.5884.8663.73
Hex54C3F1411305c65540
Octal1243033611012305306125100
Binary1010100110000111111000110000011001101011100011010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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