#54b9f3

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

Shades of Malibu #54B9F3

Tints of Malibu #54B9F3

Color information

#54B9F3 (or 0x54B9F3) is unknown color: approx Malibu. HEX triplet: 54, B9 and F3. RGB value is (84,185,243). Sum of RGB (Red+Green+Blue) = 84+185+243=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #54B9F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B9F3 is #AB460C. Grayscale: #A1A1A1. Windows color (decimal): -11224589 or 15972692. OLE color: 15972692.

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

Color convert

RGB84185243-
CMYK0.650.2400.05
HSL201.89º86.89%64.12%-
HSV(B)201.89º65.43%95.29%-
XYZ37.1843.0591.14-
YUV161.41174.0472.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.41%
GREEN value IS 185 (72.66% from 255) = 36.13%
BLUE value IS 243 (95.31% from 255) = 47.46%
R=16.41%
G=36.13%
B=47.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal841852430.650.2400.05201.8986.8964.12
Hex54B9F3411805ca5740
Octal1242713631013005312127100
Binary1010100101110011111001110000011100001011100101010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54b9f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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