#5ac0e6

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

Shades of Malibu #5AC0E6

Tints of Malibu #5AC0E6

Color information

#5AC0E6 (or 0x5AC0E6) is unknown color: approx Malibu. HEX triplet: 5A, C0 and E6. RGB value is (90,192,230). Sum of RGB (Red+Green+Blue) = 90+192+230=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #5AC0E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC0E6 is #A53F19. Grayscale: #A5A5A5. Windows color (decimal): -10829594 or 15122522. OLE color: 15122522.

HSL color Cylindrical-coordinate representation of color #5AC0E6: hue angle of 196.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AC0E6 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB90192230-
CMYK0.610.1700.10
HSL196.29º73.68%62.75%-
HSV(B)196.29º60.87%90.2%-
XYZ37.3545.5981.69-
YUV165.83164.2173.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.58%
GREEN value IS 192 (75.39% from 255) = 37.5%
BLUE value IS 230 (90.23% from 255) = 44.92%
R=17.58%
G=37.5%
B=44.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal901922300.610.1700.10196.2973.6862.75
Hex5AC0E63D110Ac44a3f
Octal132300346752101230411277
Binary101101011000000111001101111011000101010110001001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ac0e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,192,230); }

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

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

 a { background-color: rgb(90,192,230); }

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

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

 span { border-color: rgb(90,192,230); }

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