#54AFF3

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

Shades of Malibu #54AFF3

Tints of Malibu #54AFF3

Color information

#54AFF3 (or 0x54AFF3) is unknown color: approx Malibu. HEX triplet: 54, AF and F3. RGB value is (84,175,243). Sum of RGB (Red+Green+Blue) = 84+175+243=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #54AFF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AFF3 is #AB500C. Grayscale: #9B9B9B. Windows color (decimal): -11227149 or 15970132. OLE color: 15970132.

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

Color convert

RGB84175243-
CMYK0.650.2800.05
HSL205.66º86.89%64.12%-
HSV(B)205.66º65.43%95.29%-
XYZ35.1639.0290.47-
YUV155.54177.3576.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.73%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 243 (95.31% from 255) = 48.41%
R=16.73%
G=34.86%
B=48.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal841752430.650.2800.05205.6686.8964.12
Hex54AFF3411C05ce5740
Octal1242573631013405316127100
Binary1010100101011111111001110000011110001011100111010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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