#54AFDF

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

Shades of Malibu #54AFDF

Tints of Malibu #54AFDF

Color information

#54AFDF (or 0x54AFDF) is unknown color: approx Malibu. HEX triplet: 54, AF and DF. RGB value is (84,175,223). Sum of RGB (Red+Green+Blue) = 84+175+223=482 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.43% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #54AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFDF is #AB5020. Grayscale: #989898. Windows color (decimal): -11227169 or 14659412. OLE color: 14659412.

HSL color Cylindrical-coordinate representation of color #54AFDF: hue angle of 200.72º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54AFDF is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84175223-
CMYK0.620.2200.13
HSL200.72º68.47%60.2%-
HSV(B)200.72º62.33%87.45%-
XYZ32.3137.8775.42-
YUV153.26167.3578.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.43%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 223 (87.5% from 255) = 46.27%
R=17.43%
G=36.31%
B=46.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841752230.620.2200.13200.7268.4760.2
Hex54AFDF3E160Dc9443c
Octal124257337762601531110474
Binary101010010101111110111111111101011001101110010011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,175,223); }

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

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

 a { background-color: rgb(84,175,223); }

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

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

 span { border-color: rgb(84,175,223); }

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