#54C2E2

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

Shades of Malibu #54C2E2

Tints of Malibu #54C2E2

Color information

#54C2E2 (or 0x54C2E2) is unknown color: approx Malibu. HEX triplet: 54, C2 and E2. RGB value is (84,194,226). Sum of RGB (Red+Green+Blue) = 84+194+226=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 226 - color contains mainly: blue. Hex color #54C2E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C2E2 is #AB3D1D. Grayscale: #A4A4A4. Windows color (decimal): -11222302 or 14860884. OLE color: 14860884.

HSL color Cylindrical-coordinate representation of color #54C2E2: hue angle of 193.52º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54C2E2 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB84194226-
CMYK0.630.1400.11
HSL193.52º71%60.78%-
HSV(B)193.52º62.83%88.63%-
XYZ36.6845.9678.89-
YUV164.76162.5670.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.67%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 226 (88.67% from 255) = 44.84%
R=16.67%
G=38.49%
B=44.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal841942260.630.1400.11193.527160.78
Hex54C2E23FE0Bc2473d
Octal124302342771601330210775
Binary10101001100001011100010111111111001011110000101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,194,226); }

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

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

 a { background-color: rgb(84,194,226); }

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

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

 span { border-color: rgb(84,194,226); }

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