#5AC9F0

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

Shades of Malibu #5AC9F0

Tints of Malibu #5AC9F0

Color information

#5AC9F0 (or 0x5AC9F0) is unknown color: approx Malibu. HEX triplet: 5A, C9 and F0. RGB value is (90,201,240). Sum of RGB (Red+Green+Blue) = 90+201+240=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #5AC9F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC9F0 is #A5360F. Grayscale: #ABABAB. Windows color (decimal): -10827280 or 15780186. OLE color: 15780186.

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

Color convert

RGB90201240-
CMYK0.620.1600.06
HSL195.6º83.33%64.71%-
HSV(B)195.6º62.5%94.12%-
XYZ40.8350.2489.98-
YUV172.26166.2369.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.95%
GREEN value IS 201 (78.91% from 255) = 37.85%
BLUE value IS 240 (94.14% from 255) = 45.20%
R=16.95%
G=37.85%
B=45.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal902012400.620.1600.06195.683.3364.71
Hex5AC9F03E1006c45341
Octal132311360762006304123101
Binary101101011001001111100001111101000001101100010010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,201,240); }

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

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

 a { background-color: rgb(90,201,240); }

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

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

 span { border-color: rgb(90,201,240); }

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