#5AC4E7

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

Shades of Malibu #5AC4E7

Tints of Malibu #5AC4E7

Color information

#5AC4E7 (or 0x5AC4E7) is unknown color: approx Malibu. HEX triplet: 5A, C4 and E7. RGB value is (90,196,231). Sum of RGB (Red+Green+Blue) = 90+196+231=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #5AC4E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC4E7 is #A53B18. Grayscale: #A8A8A8. Windows color (decimal): -10828569 or 15189082. OLE color: 15189082.

HSL color Cylindrical-coordinate representation of color #5AC4E7: hue angle of 194.89º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AC4E7 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB90196231-
CMYK0.610.1500.09
HSL194.89º74.6%62.94%-
HSV(B)194.89º61.04%90.59%-
XYZ38.3847.4282.73-
YUV168.3163.3872.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.41%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 231 (90.62% from 255) = 44.68%
R=17.41%
G=37.91%
B=44.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal901962310.610.1500.09194.8974.662.94
Hex5AC4E73DF09c34b3f
Octal132304347751701130311377
Binary10110101100010011100111111101111101001110000111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AC4E7; }

 p { color: rgb(90,196,231); }

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

<style>
 a { background-color: #5AC4E7; }

 a { background-color: rgb(90,196,231); }

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

<style>
 span { border-color: #5AC4E7; }

 span { border-color: rgb(90,196,231); }

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