#54B2EB

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

Shades of Malibu #54B2EB

Tints of Malibu #54B2EB

Color information

#54B2EB (or 0x54B2EB) is unknown color: approx Malibu. HEX triplet: 54, B2 and EB. RGB value is (84,178,235). Sum of RGB (Red+Green+Blue) = 84+178+235=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #54B2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B2EB is #AB4D14. Grayscale: #9C9C9C. Windows color (decimal): -11226389 or 15446612. OLE color: 15446612.

HSL color Cylindrical-coordinate representation of color #54B2EB: hue angle of 202.65º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54B2EB is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84178235-
CMYK0.640.2400.08
HSL202.65º79.06%62.55%-
HSV(B)202.65º64.26%92.16%-
XYZ34.5739.7284.44-
YUV156.39172.3676.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.90%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 235 (92.19% from 255) = 47.28%
R=16.90%
G=35.81%
B=47.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841782350.640.2400.08202.6579.0662.55
Hex54B2EB401808cb4f3f
Octal1242623531003001031311777
Binary1010100101100101110101110000001100001000110010111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,178,235); }

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

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

 a { background-color: rgb(84,178,235); }

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

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

 span { border-color: rgb(84,178,235); }

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