#54b3ef

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

Shades of Malibu #54B3EF

Tints of Malibu #54B3EF

Color information

#54B3EF (or 0x54B3EF) is unknown color: approx Malibu. HEX triplet: 54, B3 and EF. RGB value is (84,179,239). Sum of RGB (Red+Green+Blue) = 84+179+239=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #54B3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B3EF is #AB4C10. Grayscale: #9D9D9D. Windows color (decimal): -11226129 or 15709012. OLE color: 15709012.

HSL color Cylindrical-coordinate representation of color #54B3EF: hue angle of 203.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54B3EF is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB84179239-
CMYK0.650.2500.06
HSL203.23º82.89%63.33%-
HSV(B)203.23º64.85%93.73%-
XYZ35.3640.3687.59-
YUV157.44174.0375.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.73%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 239 (93.75% from 255) = 47.61%
R=16.73%
G=35.66%
B=47.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal841792390.650.2500.06203.2382.8963.33
Hex54B3EF411906cb533f
Octal124263357101310631312377
Binary101010010110011111011111000001110010110110010111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54b3ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,179,239); }

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

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

 a { background-color: rgb(84,179,239); }

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

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

 span { border-color: rgb(84,179,239); }

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