#5ac0e3

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

Shades of Malibu #5AC0E3

Tints of Malibu #5AC0E3

Color information

#5AC0E3 (or 0x5AC0E3) is unknown color: approx Malibu. HEX triplet: 5A, C0 and E3. RGB value is (90,192,227). Sum of RGB (Red+Green+Blue) = 90+192+227=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 227 - color contains mainly: blue. Hex color #5AC0E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC0E3 is #A53F1C. Grayscale: #A5A5A5. Windows color (decimal): -10829597 or 14925914. OLE color: 14925914.

HSL color Cylindrical-coordinate representation of color #5AC0E3: hue angle of 195.33º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AC0E3 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB90192227-
CMYK0.600.1500.11
HSL195.33º70.98%62.16%-
HSV(B)195.33º60.35%89.02%-
XYZ36.9345.4279.49-
YUV165.49162.7174.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.68%
GREEN value IS 192 (75.39% from 255) = 37.72%
BLUE value IS 227 (89.06% from 255) = 44.60%
R=17.68%
G=37.72%
B=44.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal901922270.600.1500.11195.3370.9862.16
Hex5AC0E33CF0Bc3473e
Octal132300343741701330310776
Binary10110101100000011100011111100111101011110000111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ac0e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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